Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
9
pub struct DebugNode;
10
11
#[async_trait]
12
impl Node for DebugNode {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected