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

Method request_id

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

Set request ID.

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

Source from the content-addressed store, hash-verified

141
142 /// Set request ID.
143 pub fn request_id(mut self, id: impl Into<String>) -> Self {
144 self.request_id = Some(id.into());
145 self
146 }
147
148 /// Set session ID.
149 pub fn session_id(mut self, id: impl Into<String>) -> Self {

Callers 2

build_provenanceMethod · 0.80

Calls

no outgoing calls

Tested by 1