Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Completeness

import type { Completeness } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Indicates that the builder claims certain fields in this message to be complete.

interface Completeness {
arguments?: boolean;
environment?: boolean;
materials?: boolean;
}

§Properties

§
arguments?: boolean
[src]

If true, the builder claims that recipe.arguments is complete, meaning that all external inputs are properly captured in the recipe.

§
environment?: boolean
[src]

If true, the builder claims that recipe.environment is claimed to be complete.

§
materials?: boolean
[src]

If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".