MCPcopy Index your code
hub / github.com/koding/kite / Handle

Method Handle

testutil/testutil.go:113–117  ·  view source on GitHub ↗
(rec *logging.Record)

Source from the content-addressed store, hash-verified

111}
112
113func (h *quietHandler) Handle(rec *logging.Record) {
114 if testing.Verbose() {
115 h.Handler.Handle(rec)
116 }
117}

Callers 1

NewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected