Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
handleFetch
Method · 0.95
Calls
3
since
Method · 0.95
map
Method · 0.80
join
Method · 0.65
Tested by
no test coverage detected