Skip to main content

build_completion_cache

Function build_completion_cache 

Source
pub fn build_completion_cache(
    sources: &Value,
    contracts: Option<&Value>,
) -> CompletionCache
Expand description

Build a CompletionCache from AST sources and contracts. contracts is the .contracts section of the compiler output (optional).