Skip to main content

keys_for_path

Function keys_for_path 

Source
pub fn keys_for_path(keys: &[String], path: &[String]) -> Option<Vec<String>>
Expand description

The keys an included query inherits (RestQuery.js:1196-1214).

Keep only keys whose leading components match the path, then take the component at the path’s depth. None means the include is unprojected.