Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
type
mockContext
struct
{
11
bools
map
[string]bool
12
args cli.Args
13
}
14
15
func
(c *mockContext) Args() cli.Args {
16
return
c.args
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected