MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / extract_inner

Method extract_inner

src/vol.rs:121–124  ·  view source on GitHub ↗

Extract inner value:

(self)

Source from the content-addressed store, hash-verified

119{
120 // Extract inner value:
121 pub fn extract_inner(self) -> R
122 {
123 self.reference
124 }
125}
126
127

Callers 1

schFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected