- Preparing search index...
- The search index is not available
polykey
- pack(__namedParameters): Promise<PassThrough>
-
Parameters
-
__namedParameters: {
dir: string;
fs: EncryptedFS;
gitdir: string;
oids: string[];
outputStream: PassThrough;
}
-
dir: string
-
fs: EncryptedFS
-
gitdir: string
-
oids: string[]
-
outputStream: PassThrough
Returns Promise<PassThrough>
Without getting to deep into it, it seems to be prepping and then sending all the required data through the output stream.