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

Function runOpenChanges

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

Source from the content-addressed store, hash-verified

1663}
1664
1665func runOpenChanges(ctx *snap.Context) error {
1666 if ctx.NArgs() != 0 {
1667 fmt.Fprintf(ctx.Stderr(), "Usage: %s openChanges\n", commandName)
1668 return fmt.Errorf("expected 0 arguments, got %d", ctx.NArgs())
1669 }
1670
1671 return openDoc(ctx, docSpecs["changes"])
1672}
1673
1674func runOpenMetrics(ctx *snap.Context) error {
1675 if ctx.NArgs() != 0 {

Callers 1

mainFunction · 0.85

Calls 1

openDocFunction · 0.85

Tested by

no test coverage detected