zipline

abstract val zipline: StateFlow<Zipline?>

Returns the current zipline attached to this host, or null if Zipline hasn't loaded yet. The returned value will be invalid when new code is loaded.

It is unwise to use this instance for anything beyond measurement and monitoring, because the instance may be replaced if new code is loaded.