Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ printDebug
Method
printDebug
core/src/components/router/router.tsx:180–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
178
/** @internal */
179
@Method()
180
async printDebug() {
181
printRoutes(readRoutes(this.el));
182
printRedirects(readRedirects(this.el));
183
}
184
185
/** @internal */
186
@Method()
Callers
nothing calls this directly
Calls
4
printRoutes
Function · 0.90
readRoutes
Function · 0.90
printRedirects
Function · 0.90
readRedirects
Function · 0.90
Tested by
no test coverage detected