MCPcopy Create free account
hub / github.com/actions/checkout / createCommandManager

Method createCommandManager

src/git-command-manager.ts:604–616  ·  view source on GitHub ↗
(
    workingDirectory: string,
    lfs: boolean,
    doSparseCheckout: boolean
  )

Source from the content-addressed store, hash-verified

602 }
603
604 static async createCommandManager(
605 workingDirectory: string,
606 lfs: boolean,
607 doSparseCheckout: boolean
608 ): Promise<GitCommandManager> {
609 const result = new GitCommandManager()
610 await result.initializeCommandManager(
611 workingDirectory,
612 lfs,
613 doSparseCheckout
614 )
615 return result
616 }
617
618 private async execGit(
619 args: string[],

Callers 4

cleanupFunction · 0.80
getGitCommandManagerFunction · 0.80
createCommandManagerFunction · 0.80

Calls 1

Tested by

no test coverage detected