pub fn populate_cache_from_input_map(inputs: &InputMap, no_cache: bool)Expand description
Populate the cache from an InputMap.
Convenience wrapper around populate_cache_from_inputs for use with
the FlakeEdit::list() result. URIs are trimmed of surrounding quotes
since the raw syntax representation includes them.
If no_cache is true, this function does nothing.