MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / finish

Method finish

xtask/src/extension_catalog.rs:1727–1735  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1725
1726impl DocsCatalogEntryBuilder {
1727 fn finish(self) -> Option<DocsCatalogEntry> {
1728 Some(DocsCatalogEntry {
1729 name: self.name?,
1730 import_path: self.import_path?,
1731 import_name: self.import_name?,
1732 tags: self.tags,
1733 size: self.size,
1734 })
1735 }
1736}
1737
1738#[derive(Debug, Clone, Default, Serialize, Deserialize, PartialEq, Eq)]

Callers 5

serialize_aot_moduleFunction · 0.80
deterministic_tar_zstFunction · 0.80
parse_docs_catalogFunction · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected