Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/outerbase/studio
/ toStringWithParen
Method
toStringWithParen
src/drivers/sqlite/sql-parse-table.ts:149–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
}
148
149
toStringWithParen() {
150
return
"("
+ this.toString() +
")"
;
151
}
152
}
153
154
function
parseColumnDef(
Callers
1
parseColumnDef
Function · 0.80
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected