Skip to main content

get_enabled_plugins

Function
This function is defined in the config_loader module.
Get list of enabled plugins (if specific list provided)

Signature

def get_enabled_plugins() -> Option<Vec<String>>

Returns

Returns
Option<Vec<String>>
The result of the operation.

Uses

  • var
  • to_lowercase
  • split
  • trim
  • filter
  • get_plugins_config
  • get_list
  • to_vec

Source

View on GitHub

praisonai/src/parity/config_loader.rs at line 331