MCPcopy Create free account
hub / github.com/erpc/erpc / get

Method get

common/exec_state.go:324–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

322}
323
324func (h *execStateHolder) get() *ExecState {
325 h.once.Do(func() {
326 h.st = &ExecState{StartedAt: time.Now()}
327 })
328 return h.st
329}

Callers 10

downloadFileFunction · 0.80
getStatusCodeTotalsFunction · 0.80
_interleaveByKeyFunction · 0.80
onKeyFunction · 0.80
useSimStateFunction · 0.80
ExecStateMethod · 0.80
middlewareFunction · 0.80
GETFunction · 0.80
buildNavTreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected