Skip to main content

create

Function create 

Source
pub fn create(
    store: &LocalFsStore,
    flags: &OpFlags,
    payload: Option<EnvCreatePayload>,
) -> Result<OpOutcome, OpError>
Expand description

op env create. Idempotent: if the env already exists, fails with OpError::Conflict — callers wanting upsert semantics should use update.