MCPcopy Index your code
hub / github.com/commitdev/zero / CustomConditionSignature

FuncType CustomConditionSignature

internal/init/prompts.go:43–43  ·  view source on GitHub ↗

CustomConditionSignature is the function signature of a custom condition. It takes a map of parameters and returns a boolean

func(map[string]string) bool

Source from the content-addressed store, hash-verified

41
42// CustomConditionSignature is the function signature of a custom condition. It takes a map of parameters and returns a boolean
43type CustomConditionSignature func(map[string]string) bool
44
45// NoCondition is a no-op condition check function that always returns true
46func NoCondition(map[string]string) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected