MCPcopy 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
32func markHelper(name string) {
33 helperMu.Lock()
34 defer helperMu.Unlock()
35 helperFunc[name] = true
36}
37
38func callerName(skip int) string {
39 pc, _, _, ok := runtime.Caller(skip + 1)

Callers 1

HelperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected