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

Class BuildArtifacts

src/build.rs:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 source: impl Into<String>,
262 source_path: impl Into<PathBuf>,
263 ) -> Self {
264 Self::Inline {
265 name: name.into(),
266 source: source.into(),
267 source_path: Some(source_path.into()),
268 }
269 }
270

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected