MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / all

Method all

crates/opencode-agent/src/agent.rs:53–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 pub const fn all() -> [BuiltinAgent; 6] {
54 [
55 BuiltinAgent::Build,
56 BuiltinAgent::Plan,
57 BuiltinAgent::General,
58 BuiltinAgent::Explore,
59 BuiltinAgent::Compaction,
60 BuiltinAgent::Title,
61 ]
62 }
63}
64
65#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 3

coveredMethod · 0.45
is_hex_40Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected