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

Method vendor

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

Set the AI vendor.

(mut self, vendor: AIVendor)

Source from the content-addressed store, hash-verified

35impl ProvenanceBuilder {
36 /// Set the AI vendor.
37 pub fn vendor(mut self, vendor: AIVendor) -> Self {
38 self.vendor = Some(vendor);
39 self
40 }
41
42 /// Set the vendor from a string.
43 pub fn vendor_str(mut self, vendor: &str) -> Self {

Calls

no outgoing calls