Function listReferencesGenerator

  • This will generate references and the objects they point to as a tuple. HEAD is always yielded first along with all branches.

    Parameters

    • __namedParameters: {
          dir: string;
          efs: EncryptedFS;
          gitDir: string;
      }
      • dir: string
      • efs: EncryptedFS
      • gitDir: string
    • ctx: ContextTimed

    Returns AsyncGenerator<[Reference, ObjectId], void, void>

Generated using TypeDoc