Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
consumeBlock
Method · 0.95
parseColumnConstraint
Function · 0.80
Calls
2
read
Method · 0.95
next
Method · 0.95
Tested by
no test coverage detected