Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/outerbase/studio
/ end
Method
end
src/drivers/sqlite/sql-parse-table.ts:141–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
}
140
141
end() {
142
return
this.ptr >= this.tokens.length;
143
}
144
145
toString() {
146
return
this.tokens.map((t) => t.value).join(
""
);
Callers
9
parseCreateTriggerScript
Function · 0.95
parseCreateViewScript
Function · 0.95
read
Method · 0.95
match
Method · 0.95
parseConstraintConflict
Function · 0.80
parseColumnList
Function · 0.80
parseColumnConstraint
Function · 0.80
parseTableDefinition
Function · 0.80
parseFTS5
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected