MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / toString

Method toString

src/shared/logging.ts:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 public toString(): string {
172 return this.lines.slice(this.pointer, this.size).concat(this.lines.slice(0, this.pointer)).filter((l) => l).join("\n");
173 }
174}

Callers 15

sanitizeMethod · 0.45
assertPathMethod · 0.45
launchMethod · 0.45
closeTabsFunction · 0.45
forceDocumentCloseEventsFunction · 0.45
enableLintFunction · 0.45
ensureLocationFunction · 0.45
ensureNoLocationFunction · 0.45
getRandomTempFolderFunction · 0.45
makeTestTextTreeFunction · 0.45

Calls

no outgoing calls

Tested by 6

getTempProjectFileFunction · 0.36
getTempTestFileFunction · 0.36
createPackageConfigFunction · 0.36
testCommandFunction · 0.36