MCPcopy
hub / github.com/prisma/prisma / toString

Method toString

packages/ts-builders/src/Writer.ts:157–159  ·  packages/ts-builders/src/Writer.ts::Writer.toString
()

Source from the content-addressed store, hash-verified

155 }
156
157 toString() {
158 return this.lines.concat(this.indentedCurrentLine()).join(class="st">'\n')
159 }
160
161 getCurrentLineLength() {
162 return this.currentLine.length

Callers 15

buildTypedQueryCjsFunction · 0.95
buildTypedQueryEsmFunction · 0.95
buildIndexCjsFunction · 0.95
buildIndexEsmFunction · 0.95
mapRowFunction · 0.45
mariadb.test.tsFile · 0.45
convertDriverErrorFunction · 0.45
queryRawMethod · 0.45
constructorMethod · 0.45
formatTimestampMethod · 0.45
createFunction · 0.45
parseIntegerFunction · 0.45

Calls 2

indentedCurrentLineMethod · 0.95
concatMethod · 0.80

Tested by 2

fromBase64UrlFunction · 0.36
fromBase64UrlFunction · 0.36