Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codegangsta/gin
/ MockRunner
Struct
MockRunner
lib/mocks_test.go:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
MockRunner
struct
{
10
DidRun bool
11
}
12
13
func
NewMockRunner() *MockRunner {
14
return
&MockRunner{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected