Function referenceCapability

  • Reads the provided reference and formats it as a symref capability. This capability is used to indicate to the client where a certain ref points to if it doesn't point directly to an object. For now only used to indicate what HEAD points to.

    Parameters

    • __namedParameters: {
          dir: string;
          efs: EncryptedFS;
          gitDir: string;
          reference: string;
      }
      • dir: string
      • efs: EncryptedFS
      • gitDir: string
      • reference: string

    Returns Promise<Capability>

Generated using TypeDoc