MCPcopy Create free account
hub / github.com/chanced/jsonptr / from

Method from

src/pointer.rs:664–666  ·  view source on GitHub ↗
(value: &'p Pointer)

Source from the content-addressed store, hash-verified

662
663impl<'p> From<&'p Pointer> for Cow<'p, Pointer> {
664 fn from(value: &'p Pointer) -> Self {
665 Cow::Borrowed(value)
666 }
667}
668
669impl ToOwned for Pointer {

Callers

nothing calls this directly

Calls 2

from_tokensFunction · 0.85
to_json_valueMethod · 0.80

Tested by

no test coverage detected