MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / with_summary

Method with_summary

atomic-core/src/pristine/vault.rs:332–335  ·  view source on GitHub ↗

Builder: set summary.

(mut self, summary: impl Into<String>)

Source from the content-addressed store, hash-verified

330
331 /// Builder: set summary.
332 pub fn with_summary(mut self, summary: impl Into<String>) -> Self {
333 self.summary = Some(summary.into());
334 self
335 }
336
337 /// Builder: set metadata.
338 pub fn with_metadata(mut self, metadata: serde_json::Value) -> Self {

Callers 11

kg_node_new_and_builderFunction · 0.80
test_kg_fts_searchFunction · 0.80
execute_planFunction · 0.80
test_get_node_fieldFunction · 0.80
kg_enrich_viewsMethod · 0.80
kg_enrich_modulesMethod · 0.80
kg_enrich_changesMethod · 0.80
kg_enrich_changeMethod · 0.80
kg_enrich_entitiesMethod · 0.80

Calls

no outgoing calls

Tested by 5

kg_node_new_and_builderFunction · 0.64
test_kg_fts_searchFunction · 0.64
test_get_node_fieldFunction · 0.64