MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / isShopifyLiquidJson

Function isShopifyLiquidJson

src/extraction/grammars.ts:199–203  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

197 * extractor links them. (config/ + locales/ JSON have no section refs.)
198 */
199export function isShopifyLiquidJson(filePath: string): boolean {
200 // Allow nested template dirs (`templates/customers/login.json`), not just
201 // top-level (`templates/product.json`).
202 return /(^|\/)(templates|sections)\/.+\.json$/i.test(filePath);
203}
204
205/**
206 * OTP application resource file: `<app>.app.src` (checked into every rebar3/

Callers 2

isSourceFileFunction · 0.85
detectLanguageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected