src.elv.sh/pkg/eval.Frame.CaptureOutput (method)

4 uses

	src.elv.sh/pkg/eval (current package)
		builtin_fn_container.go#L799: 			outputs, err := fm.CaptureOutput(func(fm *Frame) error {
		builtin_fn_styled.go#L162: 				vs, err := fm.CaptureOutput(func(fm *Frame) error {
		frame.go#L180: func (fm *Frame) CaptureOutput(f func(*Frame) error) ([]interface{}, error) {

	src.elv.sh/pkg/eval/mods/re
		re.go#L105: 			values, err := fm.CaptureOutput(func(fm *eval.Frame) error {