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

Struct testCustomConstraintForCoverage

constraint_test.go:263–265  ·  constraint_test.go::testCustomConstraintForCoverage

Source from the content-addressed store, hash-verified

261}
262
263type testCustomConstraintForCoverage struct {
264 allowed string
265}
266
267func (*testCustomConstraintForCoverage) Name() string { return "customTest" }
268func (t *testCustomConstraintForCoverage) Execute(param string, _ ...string) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected