Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ patchCommon
Function
patchCommon
packages/zone.js/lib/browser/rollup-common.ts:15–19 ·
view source on GitHub ↗
(Zone: ZoneType)
Source
from the content-addressed store, hash-verified
13
import
{patchUtil} from
'./api-util'
;
14
15
export
function
patchCommon(Zone: ZoneType): void {
16
patchPromise(Zone);
17
patchToString(Zone);
18
patchUtil(Zone);
19
}
Callers
2
rollup-main.ts
File · 0.90
rollup-mix.ts
File · 0.90
Calls
3
patchPromise
Function · 0.90
patchToString
Function · 0.90
patchUtil
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…