Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/msgbyte/tianji
/ printSQL
Function
printSQL
src/server/utils/prisma.ts:58–62 ·
view source on GitHub ↗
(sql: Prisma.Sql)
Source
from the content-addressed store, hash-verified
56
}
57
58
export
function
printSQL(sql: Prisma.Sql) {
59
const
unwrapSqlText = unwrapSQL(sql);
60
61
console.log(unwrapSqlText);
62
}
63
64
export
async
function
parseWebsiteFilters(
65
websiteId: string,
Callers
1
build
Function · 0.85
Calls
2
unwrapSQL
Function · 0.85
log
Method · 0.80
Tested by
no test coverage detected