MCPcopy Index your code
hub / github.com/nikivdev/go / runOpenLookingBack

Function runOpenLookingBack

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

Source from the content-addressed store, hash-verified

1690}
1691
1692func runOpenLookingBack(ctx *snap.Context) error {
1693 if ctx.NArgs() != 0 {
1694 fmt.Fprintf(ctx.Stderr(), "Usage: %s openLookingBack\n", commandName)
1695 return fmt.Errorf("expected 0 arguments, got %d", ctx.NArgs())
1696 }
1697
1698 return openDoc(ctx, docSpecs["looking-back"])
1699}
1700
1701func runOpenSqlite(ctx *snap.Context) error {
1702 if ctx.NArgs() != 0 {

Callers 1

mainFunction · 0.85

Calls 1

openDocFunction · 0.85

Tested by

no test coverage detected