Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/subtrace/subtrace
/ Set
Method
Set
event/event.go:58–62 ·
view source on GitHub ↗
(key string, val string)
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(ev *Event) Set(key string, val string) {
59
ev.mu.Lock()
60
defer
ev.mu.Unlock()
61
ev.setLocked(key, val)
62
}
63
64
func
(ev *Event) setLocked(key string, val string) {
65
if
ev.vals == nil {
Callers
11
NewLazy
Method · 0.95
Init
Function · 0.45
Finish
Method · 0.45
WithToken
Function · 0.45
WithTag
Function · 0.45
SetLocalTagsAsync
Function · 0.45
Get
Method · 0.45
FetchLocal
Function · 0.45
FetchGKE
Function · 0.45
websocket
Method · 0.45
html
Method · 0.45
Calls
2
setLocked
Method · 0.95
Lock
Method · 0.80
Tested by
no test coverage detected