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

Struct perf

perf/perf.go:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type perf struct {
53 config *Config
54 input chan<- contube.Record
55 output <-chan contube.Record
56 tubeBuilder TubeBuilder
57}
58
59func New(config *Config) Perf {
60 p := &perf{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected