Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/enowdev/enowX-Coder
/ TokenSink
Interface
TokenSink
src-tauri/src/agents/runner.rs:260–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
pub trait TokenSink: Send + Sync {
261
fn send(&self, token: &str);
262
}
263
264
#[derive(Clone)]
265
struct ChannelTokenSink {
Callers
nothing calls this directly
Implementers
1
runner.rs
src-tauri/src/agents/runner.rs
Calls
no outgoing calls
Tested by
no test coverage detected