MCPcopy Create free account
hub / github.com/WeaveMindAI/weft / DebugNode

Class DebugNode

catalog/debug/debug/backend.rs:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7/// Debug node for displaying incoming data for debugging.
8#[derive(Default)]
9pub struct DebugNode;
10
11#[async_trait]
12impl Node for DebugNode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected