Skip to main content

find_patterns

Function find_patterns 

Source
pub fn find_patterns(
    store: &dyn GraphStore,
    name_prefix: &str,
) -> Result<Vec<AinlMemoryNode>, String>
Expand description

Find procedural patterns by name prefix

§Arguments

  • store - The graph store to query
  • name_prefix - Pattern name prefix to match

§Returns

Vector of procedural nodes whose pattern_name starts with the prefix