Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/enowdev/enowX-Coder
/ send
Method
send
src-tauri/src/agents/runner.rs:270–272 ·
view source on GitHub ↗
(&self, token: &str)
Source
from the content-addressed store, hash-verified
268
269
impl TokenSink for ChannelTokenSink {
270
fn send(&self, token: &str) {
271
let _ = self.channel.send(token.to_string());
272
}
273
}
274
275
#[derive(Clone, Copy)]
Callers
15
run
Function · 0.80
respond
Method · 0.80
web_search
Method · 0.80
fetch_openai_models
Function · 0.80
fetch_anthropic_models
Function · 0.80
send_openai_compatible
Function · 0.80
send_anthropic
Function · 0.80
parse_openai_sse_line
Function · 0.80
parse_anthropic_sse_line
Function · 0.80
generate_title_openai
Function · 0.80
generate_title_anthropic
Function · 0.80
generate_excalidraw
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected