MCPcopy 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

buildSandboxMenuItemFileFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected