MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / from

Method from

rust/src/provisioning.rs:68–70  ·  view source on GitHub ↗
(string: &'a str)

Source from the content-addressed store, hash-verified

66
67impl<'a> From<&'a str> for LocalJarArtifact {
68 fn from(string: &'a str) -> LocalJarArtifact {
69 LocalJarArtifact::new(string)
70 }
71}
72
73impl From<String> for LocalJarArtifact {

Callers

nothing calls this directly

Calls 3

jassets_pathFunction · 0.85
to_stringMethod · 0.80
collectMethod · 0.80

Tested by

no test coverage detected