Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SoCreate/angular-playground
/ dump
Method
dump
projects/cli/src/string-builder.ts:8–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
}
7
8
dump(): string {
9
const
data = this.lines.join(
'\n'
) +
'\n'
;
10
this.lines = [];
11
return
data;
12
}
13
}
Callers
3
buildGetSandboxMethodBodyContent
Function · 0.95
buildSandboxMenuItemFile
Function · 0.95
string-builder.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected