Skip to main content

inspect_element

Function inspect_element 

Source
pub fn inspect_element(
    input: &Path,
    target: &str,
    verbose: bool,
) -> Result<InspectResult, String>
Expand description

Inspect a single element by name or qualified name — shows the element plus its children and relationships.

§Arguments

  • input - Path to a .sysml file
  • target - Name or qualified name of the element to inspect
  • verbose - Enable verbose output