Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/outerbase/studio
/ expectTokenOptional
Method
expectTokenOptional
src/drivers/sqlite/sql-parse-table.ts:98–100 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
96
}
97
98
expectTokenOptional(value: string) {
99
if
(this.match(value)) this.next();
100
}
101
102
expectTokensOptional(values: string[]) {
103
if
(values.length === 0)
return
;
Callers
3
parseCreateTriggerScript
Function · 0.95
parseCreateViewScript
Function · 0.95
parseCreateTableScript
Function · 0.95
Calls
2
match
Method · 0.95
next
Method · 0.95
Tested by
no test coverage detected