Function deno_core::snapshot::create_snapshot

source ยท
pub fn create_snapshot(
    create_snapshot_options: CreateSnapshotOptions,
    warmup_script: Option<&'static str>
) -> Result<CreateSnapshotOutput, Error>