MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / new

Method new

tests/automation_runner_test/support.rs:51–53  ·  view source on GitHub ↗
(output: Value)

Source from the content-addressed store, hash-verified

49
50impl JsonBackend {
51 pub(crate) fn new(output: Value) -> Self {
52 Self::new_with_model(output, Some("fixture-model"))
53 }
54
55 pub(crate) fn new_with_model(output: Value, model: Option<&str>) -> Self {
56 Self {

Callers 1

acquireMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected