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

Method with_raw_json

atomic-agent/src/event.rs:378–381  ·  view source on GitHub ↗
(mut self, raw: serde_json::Value)

Source from the content-addressed store, hash-verified

376 /// Attach the raw JSON input for debugging.
377 #[must_use]
378 pub fn with_raw_json(mut self, raw: serde_json::Value) -> Self {
379 self.raw_json = Some(raw);
380 self
381 }
382
383 /// Returns `true` if this event has a user prompt attached.
384 pub fn has_prompt(&self) -> bool {

Callers 15

parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80

Calls

no outgoing calls

Tested by 1