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

Method end

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

Source from the content-addressed store, hash-verified

139 }
140
141 end() {
142 return this.ptr >= this.tokens.length;
143 }
144
145 toString() {
146 return this.tokens.map((t) => t.value).join("");

Callers 9

parseCreateTriggerScriptFunction · 0.95
parseCreateViewScriptFunction · 0.95
readMethod · 0.95
matchMethod · 0.95
parseConstraintConflictFunction · 0.80
parseColumnListFunction · 0.80
parseColumnConstraintFunction · 0.80
parseTableDefinitionFunction · 0.80
parseFTS5Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected