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

Method consumeIdentifier

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

Source from the content-addressed store, hash-verified

85 }
86
87 consumeIdentifier() {
88 const value = unescapeIdentity(this.read());
89 this.next();
90 return value;
91 }
92
93 expectToken(value: string) {
94 if (!this.match(value)) throw new Error(`Expecting ${value}`);

Callers 6

parseCreateTriggerScriptFunction · 0.95
parseCreateViewScriptFunction · 0.95
parseCreateTableScriptFunction · 0.95
parseColumnDefFunction · 0.80
parseColumnListFunction · 0.80
parseColumnConstraintFunction · 0.80

Calls 3

readMethod · 0.95
nextMethod · 0.95
unescapeIdentityFunction · 0.90

Tested by

no test coverage detected