Skip to main content

find

Function find 

Source
pub fn find(id: &str) -> Option<&'static dyn SecretPattern>
Expand description

Look up a built-in by its SecretPattern::id.

Returns None if no built-in matches; callers that want the merged “built-in + user-supplied” view will compose this with the user-extension loader from epic phase P2.3.