MCPcopy 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

printRoutesFunction · 0.90
readRoutesFunction · 0.90
printRedirectsFunction · 0.90
readRedirectsFunction · 0.90

Tested by

no test coverage detected