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

Method consume

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

Source from the content-addressed store, hash-verified

79 }
80
81 consume() {
82 const value = this.read();
83 this.next();
84 return value;
85 }
86
87 consumeIdentifier() {
88 const value = unescapeIdentity(this.read());

Callers 2

consumeBlockMethod · 0.95
parseColumnConstraintFunction · 0.80

Calls 2

readMethod · 0.95
nextMethod · 0.95

Tested by

no test coverage detected