MCPcopy Create free account
hub / github.com/blues/note / timerEnd

Function timerEnd

lib/debug.go:163–167  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

161var timerEndFunc LogTimerEndFunc
162
163func timerEnd(ctx context.Context, key string) {
164 if timerEndFunc != nil {
165 timerEndFunc(ctx, key)
166 }
167}
168
169type LogFunc func(ctx context.Context, msg string, v ...interface{})
170type LogTimerBeginFunc func(ctx context.Context, key string) string

Callers 4

HubRequestFunction · 0.85
openHubNoteboxForDeviceFunction · 0.85
hubWebRequestFunction · 0.85
hubNoteboxSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected