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

Method decode

crates/client-api/src/auth.rs:496–498  ·  view source on GitHub ↗
(_values: &mut I)

Source from the content-addressed store, hash-verified

494 }
495
496 fn decode<'i, I: Iterator<Item = &'i HeaderValue>>(_values: &mut I) -> Result<Self, headers::Error> {
497 unimplemented!()
498 }
499
500 fn encode<E: Extend<HeaderValue>>(&self, values: &mut E) {
501 values.extend([self.0.to_hex().as_str().try_into().unwrap()])

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected