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

Method tool

atomic-core/src/change/provenance/builder.rs:61–64  ·  view source on GitHub ↗

Set the tool used.

(mut self, tool: AITool)

Source from the content-addressed store, hash-verified

59
60 /// Set the tool used.
61 pub fn tool(mut self, tool: AITool) -> Self {
62 self.tool = Some(tool);
63 self
64 }
65
66 /// Set the suggestion type.
67 pub fn suggestion_type(mut self, suggestion_type: SuggestionType) -> Self {

Callers 6

build_provenanceMethod · 0.45
test_provenance_builderFunction · 0.45
test_provenance_summaryFunction · 0.45
test_provenance_displayFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_provenance_builderFunction · 0.36
test_provenance_summaryFunction · 0.36
test_provenance_displayFunction · 0.36