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

Function timerBegin

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

Source from the content-addressed store, hash-verified

152var timerBeginFunc LogTimerBeginFunc
153
154func timerBegin(ctx context.Context, key string) string {
155 if timerBeginFunc != nil {
156 return timerBeginFunc(ctx, key)
157 }
158 return ""
159}
160
161var timerEndFunc LogTimerEndFunc
162

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected