Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexErrant/Pentive
/ noteQuery
Function
noteQuery
app/tests/query2sql.test.ts:903–905 ·
view source on GitHub ↗
(x: string)
Source
from the content-addressed store, hash-verified
901
return
String.raw`(cardTagFts.normalized GLOB
'${x}'
)`
902
}
903
function
noteQuery(x: string) {
904
return
String.raw`(noteTagFts.normalized GLOB
'${x}'
)`
905
}
906
907
test(
'1'
,
async
() => {
908
await
assertEqual(
Callers
1
query2sql.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected