MCPcopy Index your code
hub / github.com/outerbase/studio / toStringRange

Method toStringRange

src/drivers/sqlite/sql-parse-table.ts:38–43  ·  view source on GitHub ↗
(start: number, end: number)

Source from the content-addressed store, hash-verified

36 }
37
38 toStringRange(start: number, end: number) {
39 return this.tokens
40 .slice(start, end)
41 .map((t) => t.value)
42 .join("");
43 }
44
45 read(): string {
46 if (this.end()) return "";

Callers 2

parseCreateTriggerScriptFunction · 0.95
parseCreateViewScriptFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected