MCPcopy Index your code
hub / github.com/coder/coder / Do

Function Do

coderd/pproflabel/pproflabel.go:13–15  ·  view source on GitHub ↗
(ctx context.Context, labels pprof.LabelSet, f func(context.Context))

Source from the content-addressed store, hash-verified

11}
12
13func Do(ctx context.Context, labels pprof.LabelSet, f func(context.Context)) {
14 pprof.Do(ctx, labels, f)
15}
16
17const (
18 // ServiceTag should not collide with the pyroscope built-in tag "service".

Callers 3

handleOpenAIMethod · 0.92
handleAnthropicMethod · 0.92
handleResponsesMethod · 0.92

Calls 1

DoMethod · 0.65

Tested by

no test coverage detected