Skip to main content

is_agent_marker

Function is_agent_marker 

Source
pub fn is_agent_marker(comment_text: &str) -> bool
Expand description

True if the text inside <!-- ... --> is an agent component marker.

Matches agent:NAME [attrs...] (open) or /agent:NAME (close).