Function pack

  • Without getting to deep into it, it seems to be prepping and then sending all the required data through the output stream.

    Parameters

    • __namedParameters: {
          dir: string;
          fs: EncryptedFS;
          gitdir: string;
          oids: string[];
          outputStream: PassThrough;
      }
      • dir: string
      • fs: EncryptedFS
      • gitdir: string
      • oids: string[]
      • outputStream: PassThrough

    Returns Promise<PassThrough>

Generated using TypeDoc