Skip to main content

load_metadata

Method
This is a method of the SkillLoader class in the skills module.
Load skill metadata (Level 1 - lightweight).

Signature

def load_metadata(&mut self, path: &Path) -> Result<SkillMetadata, ParseError>

Parameters

path
&Path
required
No description available.

Returns

Returns
Result<SkillMetadata, ParseError>
The result of the operation.