MCPcopy
hub / github.com/gofiber/fiber / boolConstraintType

Struct boolConstraintType

constraint.go:235–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235type boolConstraintType struct{}
236
237func (boolConstraintType) Name() string { return ConstraintBool }
238func (boolConstraintType) Execute(param string, _ []any) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected