Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sanitize
Method · 0.45
assertPath
Method · 0.45
launch
Method · 0.45
closeTabs
Function · 0.45
forceDocumentCloseEvents
Function · 0.45
enableLint
Function · 0.45
ensureLocation
Function · 0.45
ensureNoLocation
Function · 0.45
getRandomTempFolder
Function · 0.45
ensureHasRunWithArgsStarting
Function · 0.45
makeTrivialChangeToFileDirectly
Function · 0.45
makeTestTextTree
Function · 0.45
Calls
no outgoing calls
Tested by
6
getTempProjectFile
Function · 0.36
getTempTestFile
Function · 0.36
createPackageConfig
Function · 0.36
testCommand
Function · 0.36
projectContainsTriggerFileForExpectedTemplate
Function · 0.36
projectFileContainsExpectedString
Function · 0.36