Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ markHelper
Function
markHelper
log/stack.go:32–36 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
30
}
31
32
func
markHelper(name string) {
33
helperMu.Lock()
34
defer
helperMu.Unlock()
35
helperFunc[name] = true
36
}
37
38
func
callerName(skip int) string {
39
pc, _, _, ok := runtime.Caller(skip + 1)
Callers
1
Helper
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected