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

Method last

src/pointer.rs:154–156  ·  view source on GitHub ↗

Returns the last token in the `Pointer`. alias for `back`

(&self)

Source from the content-addressed store, hash-verified

152 ///
153 /// alias for `back`
154 pub fn last(&self) -> Option<Token> {
155 self.back()
156 }
157
158 /// Returns the first `Token` in the `Pointer`.
159 pub fn front(&self) -> Option<Token> {

Callers 2

qc_pop_and_pushFunction · 0.80
qc_splitFunction · 0.80

Calls 1

backMethod · 0.80

Tested by

no test coverage detected