Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codegangsta/gin
/ Info
Method
Info
lib/mocks_test.go:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(m *MockRunner) Info() (os.FileInfo, error) {
25
return
nil, nil
26
}
27
28
func
(m *MockRunner) SetWriter(io.Writer) {
29
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected