MCPcopy 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 */
13export function hasTemplatePathSyntax(path: string): boolean {
14 return /\{\{[^}]*\}\}/.test(path);
15}

Callers 3

scanTemplateSourceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected