func()

in ctxtool/func.go [79:83]


func (ctx *funcContext) Err() error {
	ctx.mu.Lock()
	defer ctx.mu.Unlock()
	return ctx.err
}