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

Method Run

perf/perf.go:49–49  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

47
48type Perf interface {
49 Run(context.Context)
50}
51
52type perf struct {

Callers 7

runPerfFunction · 0.65
startServerFunction · 0.65
TestSendToChannelFunction · 0.65
TestZeroValueFunction · 0.65
TestReceiveFromChannelFunction · 0.65

Implementers 3

perfperf/perf.go
Serverserver/server.go
FunctionInstanceImplfs/instance_impl.go

Calls

no outgoing calls

Tested by 6

startServerFunction · 0.52
TestSendToChannelFunction · 0.52
TestZeroValueFunction · 0.52
TestReceiveFromChannelFunction · 0.52