MCPcopy Create free account
hub / github.com/hashintel/hash / Suggestion

Class Suggestion

libs/error-stack/examples/parse_config.rs:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28impl Error for ParseConfigError {}
29
30struct Suggestion(&'static str);
31
32fn parse_config(path: impl AsRef<Path>) -> Result<Config, Report<ParseConfigError>> {
33 let path = path.as_ref();

Callers 1

parse_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected