MCPcopy Create free account
hub / github.com/AI45Lab/Code / load_from_dir

Method load_from_dir

core/src/tools/artifacts.rs:126–128  ·  view source on GitHub ↗
(dir: impl AsRef<Path>)

Source from the content-addressed store, hash-verified

124 }
125
126 pub fn load_from_dir(dir: impl AsRef<Path>) -> Result<Self> {
127 Self::load_from_dir_with_limits(dir, ArtifactStoreLimits::default())
128 }
129
130 pub fn load_from_dir_with_limits(
131 dir: impl AsRef<Path>,

Callers 3

with_skills_from_dirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected