Function readObject

  • Parameters

    • __namedParameters: {
          dir: string;
          encoding?: BufferEncoding;
          format?: "parsed" | "content";
          fs: EncryptedFS;
          gitdir: string;
          oid: string;
      }
      • dir: string
      • Optional encoding?: BufferEncoding
      • Optional format?: "parsed" | "content"
      • fs: EncryptedFS
      • gitdir: string
      • oid: string

    Returns Promise<RawObject>

  • Parameters

    • __namedParameters: {
          dir: string;
          encoding?: BufferEncoding;
          format: "deflated";
          fs: EncryptedFS;
          gitdir: string;
          oid: string;
      }
      • dir: string
      • Optional encoding?: BufferEncoding
      • format: "deflated"
      • fs: EncryptedFS
      • gitdir: string
      • oid: string

    Returns Promise<DeflatedObject>

  • Parameters

    • __namedParameters: {
          dir: string;
          encoding?: BufferEncoding;
          format: "wrapped";
          fs: EncryptedFS;
          gitdir: string;
          oid: string;
      }
      • dir: string
      • Optional encoding?: BufferEncoding
      • format: "wrapped"
      • fs: EncryptedFS
      • gitdir: string
      • oid: string

    Returns Promise<WrappedObject>

Generated using TypeDoc