MCPcopy Create free account
hub / github.com/nikivdev/go / runPrivateForkRepo

Function runPrivateForkRepo

cli/flow/main.go:3045–3047  ·  view source on GitHub ↗
(ctx *snap.Context)

Source from the content-addressed store, hash-verified

3043}
3044
3045func runPrivateForkRepo(ctx *snap.Context) error {
3046 return privateForkRepoFlow(ctx, "privateForkRepo", false)
3047}
3048
3049func runPrivateForkRepoAndOpen(ctx *snap.Context) error {
3050 return privateForkRepoFlow(ctx, "privateForkRepoAndOpen", true)

Callers 1

mainFunction · 0.85

Calls 1

privateForkRepoFlowFunction · 0.85

Tested by

no test coverage detected