(&self)
| 610 | |
| 611 | impl CodexGoalContext { |
| 612 | fn storage_text(&self) -> String { |
| 613 | format!("Codex active goal: {}", self.objective) |
| 614 | } |
| 615 | |
| 616 | fn metadata(&self) -> Value { |
| 617 | let mut goal = serde_json::Map::new(); |
no outgoing calls
no test coverage detected