Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
289
impl Builder<WithNotAfter> {
290
/// Builds a complete interest.
291
pub fn build(self) -> Interest {
292
Interest(self.state.encoder.into_writer())
293
}
294
}
295
296
impl TryFrom<Vec<u8>> for Interest {
Callers
2
roundtrip
Function · 0.45
accessors
Function · 0.45
Calls
1
Interest
Class · 0.70
Tested by
2
roundtrip
Function · 0.36
accessors
Function · 0.36