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

Method fetch

src/git-command-manager.ts:35–35  ·  view source on GitHub ↗
(
    refSpec: string[],
    options: {
      filter?: string
      fetchDepth?: number
      showProgress?: boolean
    }
  )

Source from the content-addressed store, hash-verified

33 ): Promise<void>
34 configExists(configKey: string, globalConfig?: boolean): Promise<boolean>
35 fetch(
36 refSpec: string[],
37 options: {
38 filter?: string

Callers 2

getSourceFunction · 0.65

Implementers 1

GitCommandManagersrc/git-command-manager.ts

Calls

no outgoing calls

Tested by

no test coverage detected