Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
export
function
isCodeFilePathStrict(input: string): boolean {
40
return
input.includes(
'/'
) && isCodeFilePath(input);
41
}
Callers
3
code-file.test.ts
File · 0.90
extractCandidateCodePaths
Function · 0.90
emitPlainTextWithBareUrls
Function · 0.90
Calls
1
isCodeFilePath
Function · 0.85
Tested by
no test coverage detected