Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/outerbase/studio
/ read
Method
read
src/drivers/sqlite/sql-parse-table.ts:45–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
read(): string {
46
if
(this.end())
return
""
;
47
return
this.tokens[this.ptr].value;
48
}
49
50
consumeBlock(): string {
51
if
(this.match(
"("
)) {
Callers
12
consumeParen
Method · 0.95
consume
Method · 0.95
consumeIdentifier
Method · 0.95
expectTokensOptional
Method · 0.95
match
Method · 0.95
matchTokens
Method · 0.95
Pc
Function · 0.80
parseColumnDef
Function · 0.80
parseConstraintConflict
Function · 0.80
parseColumnConstraint
Function · 0.80
parseTableDefinition
Function · 0.80
parseFTS5
Function · 0.80
Calls
1
end
Method · 0.95
Tested by
no test coverage detected