MCPcopy 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
107func (l *testLog) String() string {
108 l.mu.Lock()
109 defer l.mu.Unlock()
110
111 return l.buf.String()
112}
113
114func (l *testLog) Reset() {
115 l.mu.Lock()

Callers 1

CountMethod · 0.95

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected