MCPcopy Create free account
hub / github.com/Masterminds/vert / mockContext

Struct mockContext

vert_test.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type mockContext struct {
11 bools map[string]bool
12 args cli.Args
13}
14
15func (c *mockContext) Args() cli.Args {
16 return c.args

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected