Skip to main content

inject_lifecycle_imports

Function inject_lifecycle_imports 

Source
pub fn inject_lifecycle_imports(tags: &mut Vec<String>, spec: &LifecycleSpec)
Expand description

Inject @importFrom lifecycle roxygen tags for the signal function and badge.

Adds the necessary @importFrom tag so roxygen2 registers the lifecycle dependency in NAMESPACE. This is only added if not already present.