MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / navigatingTo

Function navigatingTo

apps/toolbox/src/pages/winter-tc.ts:5–8  ·  view source on GitHub ↗
(args: EventData)

Source from the content-addressed store, hash-verified

3let page: Page;
4
5export function navigatingTo(args: EventData) {
6 page = <Page>args.object;
7 run();
8}
9
10function run() {
11 console.log(crypto.randomUUID());

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected