MCPcopy 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
269impl 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

runFunction · 0.80
respondMethod · 0.80
web_searchMethod · 0.80
fetch_openai_modelsFunction · 0.80
fetch_anthropic_modelsFunction · 0.80
send_openai_compatibleFunction · 0.80
send_anthropicFunction · 0.80
parse_openai_sse_lineFunction · 0.80
parse_anthropic_sse_lineFunction · 0.80
generate_title_openaiFunction · 0.80
generate_title_anthropicFunction · 0.80
generate_excalidrawFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected