Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codegangsta/gin
/ NewMockBuilder
Function
NewMockBuilder
lib/mocks_test.go:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
func
NewMockBuilder() *MockBuilder {
40
return
&MockBuilder{}
41
}
42
43
func
(m *MockBuilder) Binary() string {
44
return
"bin"
Callers
5
Test_NewProxy
Function · 0.85
Test_Proxy_Run
Function · 0.85
Test_Proxying
Function · 0.85
Test_Proxying_Websocket
Function · 0.85
Test_Proxying_Build_Errors
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected