MCPcopy 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
154function parseColumnDef(

Callers 1

parseColumnDefFunction · 0.80

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected