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

Method read

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

Source from the content-addressed store, hash-verified

43 }
44
45 read(): string {
46 if (this.end()) return "";
47 return this.tokens[this.ptr].value;
48 }
49
50 consumeBlock(): string {
51 if (this.match("(")) {

Callers 12

consumeParenMethod · 0.95
consumeMethod · 0.95
consumeIdentifierMethod · 0.95
expectTokensOptionalMethod · 0.95
matchMethod · 0.95
matchTokensMethod · 0.95
PcFunction · 0.80
parseColumnDefFunction · 0.80
parseConstraintConflictFunction · 0.80
parseColumnConstraintFunction · 0.80
parseTableDefinitionFunction · 0.80
parseFTS5Function · 0.80

Calls 1

endMethod · 0.95

Tested by

no test coverage detected