Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
663
impl<
'p> From<&'
p Pointer> for Cow<'p, Pointer> {
664
fn from(value: &'p Pointer) -> Self {
665
Cow::Borrowed(value)
666
}
667
}
668
669
impl ToOwned for Pointer {
Callers
nothing calls this directly
Calls
2
from_tokens
Function · 0.85
to_json_value
Method · 0.80
Tested by
no test coverage detected