MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / hasAllResolvedData

Function hasAllResolvedData

core/middleware/operation.go:409–417  ·  view source on GitHub ↗
(values map[string]interface{}, beforeFunctions []functionInfo)

Source from the content-addressed store, hash-verified

407}
408
409func hasAllResolvedData(values map[string]interface{}, beforeFunctions []functionInfo) bool {
410 for _, item := range beforeFunctions {
411 if _, ok := values[item.OutputValue]; ok {
412 continue
413 }
414 return false
415 }
416 return true
417}

Callers 1

OperationLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected