Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
let
page: Page;
4
5
export
function
navigatingTo(args: EventData) {
6
page = <Page>args.object;
7
run();
8
}
9
10
function
run() {
11
console.log(crypto.randomUUID());
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected