Versions in this module Expand all Collapse all v0 v0.0.1 Feb 2, 2025 Changes in this version + func Take(skip int, depth Depth) string + type Depth int + const First + const Full + type Formatter struct + func NewFormatter(b *buffer.Buffer) Formatter + func (sf *Formatter) FormatFrame(frame runtime.Frame) + func (sf *Formatter) FormatStack(stack *Stack) + type Stack struct + func Capture(skip int, depth Depth) *Stack + func (st *Stack) Count() int + func (st *Stack) Free() + func (st *Stack) Next() (_ runtime.Frame, more bool)