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

Function runOpenLog

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

Source from the content-addressed store, hash-verified

1681}
1682
1683func runOpenLog(ctx *snap.Context) error {
1684 if ctx.NArgs() != 0 {
1685 fmt.Fprintf(ctx.Stderr(), "Usage: %s openLog\n", commandName)
1686 return fmt.Errorf("expected 0 arguments, got %d", ctx.NArgs())
1687 }
1688
1689 return openDoc(ctx, docSpecs["log"])
1690}
1691
1692func runOpenLookingBack(ctx *snap.Context) error {
1693 if ctx.NArgs() != 0 {

Callers 1

mainFunction · 0.85

Calls 1

openDocFunction · 0.85

Tested by

no test coverage detected