Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ toString
Method
toString
packages/router/src/url_tree.ts:327–329 ·
view source on GitHub ↗
@docs-private
()
Source
from the content-addressed store, hash-verified
325
326
/** @docs-private */
327
toString(): string {
328
return
serializePaths(this);
329
}
330
}
331
332
/**
Callers
nothing calls this directly
Calls
1
serializePaths
Function · 0.85
Tested by
no test coverage detected