Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ hasTemplatePathSyntax
Function
hasTemplatePathSyntax
src/utils/templatePathSyntax.ts:13–15 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
11
* when the choice runs.
12
*/
13
export
function
hasTemplatePathSyntax(path: string): boolean {
14
return
/\{\{[^}]*\}\}/.test(path);
15
}
Callers
3
templatePathSyntax.test.ts
File · 0.90
classifyCaptureTargetScope
Function · 0.90
scanTemplateSource
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected