Skip to main content

request_check

Function request_check 

Source
pub fn request_check(
    request: &LocalCheckRequest,
    command: &CommandSpec,
) -> Result<OperationIntent, LocalCheckError>
Expand description

Derives stable M5 intent from one request and its exact installed command.

ยงErrors

Returns LocalCheckError::CommandNotInstalled for an identity mismatch or propagates canonical operation-intent construction failure.