details

Renders a debug-friendly one-liner of the node — used in log lines to give the timestamp / type / display name / state in a compact form.


fun StateFlow<Node>.details(): String(source)

Same as Node.details, lifted to operate on a StateFlow<Node> directly.