MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / cardQuery

Function cardQuery

app/tests/query2sql.test.ts:900–902  ·  view source on GitHub ↗
(x: string)

Source from the content-addressed store, hash-verified

898
899describe('tag', () => {
900 function cardQuery(x: string) {
901 return String.raw`(cardTagFts.normalized GLOB '${x}')`
902 }
903 function noteQuery(x: string) {
904 return String.raw`(noteTagFts.normalized GLOB '${x}')`
905 }

Callers 1

query2sql.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected