SnapshotBuild

Contains size information about a MicroVM image snapshot build.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The size of the installed code in bytes.

Link copied to clipboard

The size of the disk snapshot in bytes.

Link copied to clipboard

The size of the memory snapshot in bytes.

Functions

Link copied to clipboard
inline fun copy(block: SnapshotBuild.Builder.() -> Unit = {}): SnapshotBuild
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String