MCPcopy Create free account
hub / github.com/backnotprop/plannotator / isCodeFilePathStrict

Function isCodeFilePathStrict

packages/shared/code-file.ts:39–41  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

37}
38
39export function isCodeFilePathStrict(input: string): boolean {
40 return input.includes('/') && isCodeFilePath(input);
41}

Callers 3

code-file.test.tsFile · 0.90

Calls 1

isCodeFilePathFunction · 0.85

Tested by

no test coverage detected