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

Method Bool

vert.go:118–118  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

116// This abstraction makes mocking easy.
117type context interface {
118 Bool(string) bool
119 Args() cli.Args
120}
121

Callers 1

runFunction · 0.65

Implementers 1

mockContextvert_test.go

Calls

no outgoing calls

Tested by

no test coverage detected