This site requires javascript.
Android Code Search
file:androidx/compose/runtime/Composer.kt function:sourceInformation
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
compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
Composer.kt
content_copy
Preview
709:
710:
711:
*/
fun
sourceInformation
(sourceInformation: String)
722:
723:
724:
*/
fun
sourceInformation
MarkerStart(key: Int, sourceInformation: String)
729:
730:
731:
*/
fun
sourceInformation
MarkerEnd()
1219:
1220:
1221:
*/
@TestOnly
fun
disable
SourceInformation
()
1286:
1287:
1288:
@ComposeCompilerApi
fun
sourceInformation
(composer: Composer, sourceInformation: String) {
composer.sourceInformation(sourceInformation)
1303:
1304:
1305:
@ComposeCompilerApi
fun
sourceInformation
MarkerStart(composer: Composer, key: Int, sourceInformation: String) {
composer.sourceInformationMarkerStart(key, sourceInformation)
1385:
1386:
1387:
@ComposeCompilerApi
fun
sourceInformation
MarkerEnd(composer: Composer) {
composer.sourceInformationMarkerEnd()
3619:
3620:
3621:
@ComposeCompilerApi
override
fun
sourceInformation
(sourceInformation: String) {
if
(inserting && sourceMarkersEnabled) {
3626:
3627:
3628:
@ComposeCompilerApi
override
fun
sourceInformation
MarkerStart(key: Int, sourceInformation: String) {
if
(inserting && sourceMarkersEnabled) {
3633:
3634:
3635:
@ComposeCompilerApi
override
fun
sourceInformation
MarkerEnd() {
if
(inserting && sourceMarkersEnabled) {
unfold_more
Show 1 more matching line
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
Open branch androidx-main
Help