Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ isHelper
Function
isHelper
log/stack.go:26–30 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
24
}
25
26
func
isHelper(name string) bool {
27
helperMu.RLock()
28
defer
helperMu.RUnlock()
29
return
helperFunc[name]
30
}
31
32
func
markHelper(name string) {
33
helperMu.Lock()
Callers
3
Helper
Function · 0.85
caller
Function · 0.85
writeRawStack
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected