MCPcopy Create free account
hub / github.com/ceramicnetwork/rust-ceramic / build

Method build

core/src/interest.rs:291–293  ·  view source on GitHub ↗

Builds a complete interest.

(self)

Source from the content-addressed store, hash-verified

289impl Builder<WithNotAfter> {
290 /// Builds a complete interest.
291 pub fn build(self) -> Interest {
292 Interest(self.state.encoder.into_writer())
293 }
294}
295
296impl TryFrom<Vec<u8>> for Interest {

Callers 2

roundtripFunction · 0.45
accessorsFunction · 0.45

Calls 1

InterestClass · 0.70

Tested by 2

roundtripFunction · 0.36
accessorsFunction · 0.36