Skip to main content

is_supported

Function is_supported 

Source
pub fn is_supported(path: &Path) -> bool
Expand description

Determines whether the manifest at the supplied path is a supported Substrate runtime project.

ยงArguments

  • path - The optional path to the manifest, defaulting to the current directory if not specified.