in fc/function.go [174:180]
func (fn *Function) context() context.Context { if fn.ctx == nil { return context.Background() } return fn.ctx }