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

Struct customConstraintWrapper

constraint.go:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97type customConstraintWrapper struct {
98 CustomConstraint
99}
100
101func (w *customConstraintWrapper) Analyze(args []string) ([]any, error) {
102 parsedArgs := parseConstraintArgs(args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected