MCPcopy Index your code
hub / github.com/outerbase/studio / toString

Method toString

src/drivers/sqlite/sql-parse-table.ts:145–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 toString() {
146 return this.tokens.map((t) => t.value).join("");
147 }
148
149 toStringWithParen() {
150 return "(" + this.toString() + ")";

Callers 7

toStringWithParenMethod · 0.95
consumeBlockMethod · 0.45
parseColumnConstraintFunction · 0.45
escapeSqlValueFunction · 0.45
extractInputValueFunction · 0.45
escapeDelimitedValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected