- Preparing search index...
- The search index is not available
polykey
Function listReferencesGenerator
- listReferencesGenerator(__namedParameters, ctx): AsyncGenerator<[Reference, ObjectId], void, void>
-
Parameters
-
__namedParameters: {
dir: string;
efs: EncryptedFS;
gitDir: string;
}
-
dir: string
-
efs: EncryptedFS
-
gitDir: string
-
ctx: ContextTimed
Returns AsyncGenerator<[Reference, ObjectId], void, void>
This will generate references and the objects they point to as a tuple.
HEAD
is always yielded first along with all branches.