Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103873753
sync.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Mar 5, 05:28
Size
477 B
Mime Type
text/x-java
Expires
Fri, Mar 7, 05:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24686315
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
sync.d.ts
View Options
import * as fsScandir from '@nodelib/fs.scandir';
import type { Entry } from '../types';
import Reader from './reader';
export default class SyncReader extends Reader {
protected readonly _scandir: typeof fsScandir.scandirSync;
private readonly _storage;
private readonly _queue;
read(): Entry[];
private _pushToQueue;
private _handleQueue;
private _handleDirectory;
private _handleError;
private _handleEntry;
private _pushToStorage;
}
Event Timeline
Log In to Comment