Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Monibuca/engine
/ Get
Method
Get
util/map.go:34–40 ·
view source on GitHub ↗
(k K)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(m *Map[K, V]) Get(k K) (result V) {
35
v, ok := m.Load(k)
36
if
!ok {
37
return
38
}
39
return
v.(V)
40
}
41
42
func
(m *Map[K, V]) Delete(k K) (v V, ok bool) {
43
var
r any
Callers
15
API_stream
Method · 0.45
API_closeStream
Method · 0.45
API_getConfig
Method · 0.45
API_modifyConfig
Method · 0.45
API_updateConfig
Method · 0.45
API_stop_push
Method · 0.45
API_stop_subscribe
Method · 0.45
API_replay_rtpdump
Method · 0.45
API_replay_ts
Method · 0.45
API_replay_mp4
Method · 0.45
WritePESPacket
Method · 0.45
receive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected