MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / isTest

Function isTest

tools/spec-loop/hooks/gate.ts:147–149  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

145}
146
147function isTest(path: string): boolean {
148 return TEST_PATTERNS.some((re) => re.test(path));
149}
150
151function isAllowedBeforeApproval(path: string): boolean {
152 return (

Callers 1

isAllowedBeforeApprovalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected