MCPcopy 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
39func NewMockBuilder() *MockBuilder {
40 return &MockBuilder{}
41}
42
43func (m *MockBuilder) Binary() string {
44 return "bin"

Callers 5

Test_NewProxyFunction · 0.85
Test_Proxy_RunFunction · 0.85
Test_ProxyingFunction · 0.85
Test_Proxying_WebsocketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected