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

2 uses

	src.elv.sh/pkg/eval (current package)
		frame.go#L190: func (fm *Frame) PipeOutput(f func(*Frame) error, vCb func(<-chan interface{}), bCb func(*os.File)) error {

	src.elv.sh/pkg/edit
		listing_custom.go#L68: 			err := fm.PipeOutput(f, valuesCb, bytesCb)