evaluate

fun <T> evaluate(content: () -> T): T(source)

Evaluates content synchronously and records exactly its state reads. Requires the execution owner and a live, non-evaluating observation. The result and any application failure are propagated unchanged; nested screen evaluations restore their caller's tracking context.