MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / set

Method set

pkg/controller/rtctrl/stat_receiver.go:82–84  ·  view source on GitHub ↗
(runtimeid string, sc *statsConn)

Source from the content-addressed store, hash-verified

80}
81
82func (m *statsMap) set(runtimeid string, sc *statsConn) {
83 m.Store(runtimeid, sc)
84}
85
86func (m *statsMap) del(runtimeid string, sc *statsConn) {
87 v, ok := m.Load(runtimeid)

Callers 3

statisticHandlerMethod · 0.45
StartRecvLogMethod · 0.45
CASMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected