MCPcopy Create free account
hub / github.com/GCWing/BitFun / id

Method id

src/crates/execution/harness/src/lib.rs:23–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21
22impl HarnessWorkflow {
23 pub const fn id(self) -> &'static str {
24 match self {
25 Self::Sdd => "sdd",
26 Self::DeepReview => "deep-review",
27 Self::DeepResearch => "deep-research",
28 Self::MiniApp => "miniapp",
29 Self::FunctionAgent => "function-agent",
30 }
31 }
32}
33
34impl fmt::Display for HarnessWorkflow {

Callers 5

fmtMethod · 0.45
buildMethod · 0.45
provider_idsMethod · 0.45
provider_by_idMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected