MCPcopy Index your code
hub / github.com/angular/angular / formatDebugLog

Method formatDebugLog

packages/service-worker/worker/src/debug.ts:122–126  ·  view source on GitHub ↗
(log: DebugMessage[])

Source from the content-addressed store, hash-verified

120 }
121
122 private formatDebugLog(log: DebugMessage[]): string {
123 return log
124 .map((entry) => `[${this.since(entry.time)}] ${entry.value} ${entry.context}`)
125 .join('\n');
126 }
127}

Callers 1

handleFetchMethod · 0.95

Calls 3

sinceMethod · 0.95
mapMethod · 0.80
joinMethod · 0.65

Tested by

no test coverage detected