pub fn build_completion_cache(
sources: &Value,
contracts: Option<&Value>,
) -> CompletionCacheExpand description
Build a CompletionCache from AST sources and contracts.
contracts is the .contracts section of the compiler output (optional).