MCPcopy 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

buildSandboxMenuItemFileFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected