Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ getCurrentPage
Function
getCurrentPage
apps/automated/src/ui-helper.ts:174–176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
export
function
getCurrentPage(): Page {
175
return
Frame.topmost().currentPage;
176
}
177
178
export
function
getClearCurrentPage(): Page {
179
let
page = Frame.topmost().currentPage;
Callers
6
clearPage
Function · 0.70
do_PageTest
Function · 0.70
do_PageTest_WithButton
Function · 0.70
do_PageTest_WithStackLayout_AndButton
Function · 0.70
buildUIAndRunTest
Function · 0.70
buildUIWithWeakRefAndInteract
Function · 0.70
Calls
1
topmost
Method · 0.45
Tested by
no test coverage detected