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

Function getJoinTableName

shared-dom/src/language/query2sql.ts:895–899  ·  view source on GitHub ↗
(context: Context)

Source from the content-addressed store, hash-verified

893}
894
895function getJoinTableName(context: Context) {
896 context.joinTableName++
897 // x because sqlite doesn't like identifiers starting with numbers
898 return `x${context.joinTableName}`
899}
900
901function buildTagSearch(node: QueryString | QueryRegex, context: Context) {
902 const cardName = getJoinTableName(context)

Callers 2

serializeFunction · 0.85
buildTagSearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected