MCPcopy Create free account
hub / github.com/enowdev/enowX-Coder / runner.rs

File runner.rs

src-tauri/src/agents/runner.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// serde_json::json! macro internally uses .unwrap() in its expansion.
2// This module uses json! extensively for OpenAI API payloads — allowing at module level
3// to avoid repetitive per-call annotations. Manual unwrap/expect calls are still forbidden.
4#![allow(clippy::disallowed_methods)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected