Skip to main content

get_config_path

Function
This function is defined in the config_loader module.
Get config path if it exists

Signature

def get_config_path() -> Option<PathBuf>

Returns

Returns
Option<PathBuf>
The result of the operation.

Uses

  • find_config_file

Source

View on GitHub

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