Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zalando/skipper
/ String
Method
String
proxy/proxy_test.go:107–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
func
(l *testLog) String() string {
108
l.mu.Lock()
109
defer
l.mu.Unlock()
110
111
return
l.buf.String()
112
}
113
114
func
(l *testLog) Reset() {
115
l.mu.Lock()
Callers
1
Count
Method · 0.95
Calls
1
String
Method · 0.65
Tested by
no test coverage detected