MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / path

Method path

src/build.rs:191–196  ·  view source on GitHub ↗
(name: impl Into<String>, path: impl Into<PathBuf>)

Source from the content-addressed store, hash-verified

189 path: PathBuf,
190 },
191}
192
193impl BuildSource {
194 pub fn inline(name: impl Into<String>, source: impl Into<String>) -> Self {
195 Self::Inline {
196 name: name.into(),
197 source: source.into(),
198 source_path: None,
199 }

Callers 11

collect_rs_filesFunction · 0.80
collect_source_filesFunction · 0.80
collect_build_filesFunction · 0.80
collect_build_filesFunction · 0.80
collect_hll_fixturesFunction · 0.80
collect_hll_filesFunction · 0.80
collect_hll_filesFunction · 0.80
visitFunction · 0.80
collect_hll_fixturesFunction · 0.80
watch_dirFunction · 0.80
collect_sourcesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected