pub async fn get_root(
__arg0: State<Arc<RuntimeApiController>>,
) -> Result<Json<InstanceInfo>>Expand description
GET / — InstanceInfo. Read-only fast path; never touches the VMM channel.
pub async fn get_root(
__arg0: State<Arc<RuntimeApiController>>,
) -> Result<Json<InstanceInfo>>GET / — InstanceInfo. Read-only fast path; never touches the VMM channel.