MCPcopy 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
26func isHelper(name string) bool {
27 helperMu.RLock()
28 defer helperMu.RUnlock()
29 return helperFunc[name]
30}
31
32func markHelper(name string) {
33 helperMu.Lock()

Callers 3

HelperFunction · 0.85
callerFunction · 0.85
writeRawStackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected