MCPcopy Create free account
hub / github.com/cucumber/godog / callStack

Function callStack

stacktrace.go:111–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func callStack() *stack {
112 const depth = 32
113 var pcs [depth]uintptr
114 n := runtime.Callers(3, pcs[:])
115 var st stack = pcs[0:n]
116 return &st
117}
118
119// fundamental is an error that has a message and a stack, but no caller.
120type traceError struct {

Callers 1

runStepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…