Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
parseCreateTriggerScript
Function · 0.95
parseCreateViewScript
Function · 0.95
parseCreateTableScript
Function · 0.95
parseColumnDef
Function · 0.80
parseColumnList
Function · 0.80
parseColumnConstraint
Function · 0.80
Calls
3
read
Method · 0.95
next
Method · 0.95
unescapeIdentity
Function · 0.90
Tested by
no test coverage detected