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

Function runPrivateForkRepoAndOpen

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

Source from the content-addressed store, hash-verified

3047}
3048
3049func runPrivateForkRepoAndOpen(ctx *snap.Context) error {
3050 return privateForkRepoFlow(ctx, "privateForkRepoAndOpen", true)
3051}
3052
3053func privateForkRepoFlow(ctx *snap.Context, commandLabel string, openAfter bool) error {
3054 if ctx.NArgs() > 1 {

Callers 1

mainFunction · 0.85

Calls 1

privateForkRepoFlowFunction · 0.85

Tested by

no test coverage detected