Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SoCreate/angular-playground
/ addLine
Method
addLine
projects/cli/src/string-builder.ts:4–6 ·
view source on GitHub ↗
(line: string)
Source
from the content-addressed store, hash-verified
2
private lines: string[] = [];
3
4
addLine(line: string) {
5
this.lines.push(line);
6
}
7
8
dump(): string {
9
const
data = this.lines.join(
'\n'
) +
'\n'
;
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