MCPcopy Create free account
hub / github.com/dispatchrun/wzprof / Abort

Method Abort

cpu.go:251–253  ·  view source on GitHub ↗
(ctx context.Context, mod api.Module, def api.FunctionDefinition, _ error)

Source from the content-addressed store, hash-verified

249}
250
251func (p cpuProfiler) Abort(ctx context.Context, mod api.Module, def api.FunctionDefinition, _ error) {
252 p.After(ctx, mod, def, nil)
253}

Callers

nothing calls this directly

Calls 1

AfterMethod · 0.95

Tested by

no test coverage detected