This site requires javascript.
Android Code Search
file:androidx/navigation/NavGraph.android.kt function:get
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
navigation/navigation-common/src/androidMain/kotlin/androidx/navigation/
NavGraph.android.kt
content_copy
Preview
334:
335:
336:
@Deprecated(
"Use getStartDestinationId instead."
, ReplaceWith(
"startDestinationId"
))
public
fun
get
StartDestination(): Int = startDestinationId
503:
504:
505:
@Suppress(
"NOTHING_TO_INLINE"
)
public
inline
operator
fun
NavGraph.
get
(@IdRes id: Int): NavDestination =
findNode(id) ?:
throw
IllegalArgumentException(
"No destination for
$
id
was found in
$
this
"
)
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main