Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
899
describe(
'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.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected