Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ Set
Method
Set
util/map.go:17–19 ·
view source on GitHub ↗
(k K, v V)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
(m *Map[K, V]) Set(k K, v V) {
18
m.Store(k, v)
19
}
20
21
func
(m *Map[K, V]) Has(k K) (ok bool) {
22
_, ok = m.Load(k)
Callers
15
Report
Method · 0.80
Run
Function · 0.80
Marshal
Method · 0.80
ReturnFetchList
Function · 0.80
ReturnFetchValue
Function · 0.80
CORS
Function · 0.80
BasicAuth
Function · 0.80
NewSSE
Function · 0.80
ReceiveRequest
Method · 0.80
Parse
Method · 0.80
ParseGlobal
Method · 0.80
ParseDefaultYaml
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected