MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / runPerf

Function runPerf

cmd/perf/cmd.go:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func runPerf() (io.Closer, error) {
65 closer := newCloser(context.Background())
66 go perf.New(config).Run(closer.ctx)
67 return closer, nil
68}

Callers

nothing calls this directly

Calls 3

NewFunction · 0.92
newCloserFunction · 0.85
RunMethod · 0.65

Tested by

no test coverage detected