Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/outerbase/studio
/ matchTokens
Method
matchTokens
src/drivers/sqlite/sql-parse-table.ts:137–139 ·
view source on GitHub ↗
(values: string[])
Source
from the content-addressed store, hash-verified
135
}
136
137
matchTokens(values: string[]) {
138
return
values.some((v) => this.read().toLowerCase() === v.toLowerCase());
139
}
140
141
end() {
142
return
this.ptr >= this.tokens.length;
Callers
1
parseTableDefinition
Function · 0.80
Calls
1
read
Method · 0.95
Tested by
no test coverage detected