Function listObjectsAll

  • Walks the filesystem to list out all git objects in the objects directory

    Parameters

    • __namedParameters: {
          fs: EncryptedFS;
          gitDir: string;
      }
      • fs: EncryptedFS
      • gitDir: string
    • ctx: ContextTimed

    Returns Promise<string[]>

Generated using TypeDoc