MCPcopy Create free account
hub / github.com/eth-easl/dirigent / main

Function main

async/fire.go:188–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188func main() {
189 Deployservice()
190
191 time.Sleep(200 * time.Millisecond)
192
193 if false {
194 latency()
195 } else {
196 tp()
197 }
198
199}

Callers

nothing calls this directly

Calls 3

DeployserviceFunction · 0.85
latencyFunction · 0.85
tpFunction · 0.85

Tested by

no test coverage detected