Skip to main content

lookup

Function lookup 

Source
pub fn lookup(
    cache: &TaskCacheConfig,
    action_digest: &Digest,
    task: &Task,
) -> Result<Option<ActionResult>>
Expand description

Query the action cache for a previous result.

ยงErrors

Propagates any error from the underlying ActionCache implementation.