MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / into_inner

Method into_inner

crates/commitlog/src/varchar.rs:62–64  ·  view source on GitHub ↗

Discard the `Varchar` wrapper.

(self)

Source from the content-addressed store, hash-verified

60
61 /// Discard the `Varchar` wrapper.
62 pub fn into_inner(self) -> String {
63 self.into()
64 }
65
66 /// Extract a string slice containing the entire `Varchar`.
67 pub fn as_str(&self) -> &str {

Callers 5

resetMethod · 0.45
reset_toMethod · 0.45
set_last_errorMethod · 0.45
writeMethod · 0.45
decode_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected