Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/78/tenbox
/ SendStr
Function
SendStr
src/daemon/llm_proxy.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool SendStr(int fd, const std::string& s) {
98
return SendAll(fd, s.data(), s.size());
99
}
100
101
bool RecvExact(int fd, char* buf, size_t len) {
102
size_t got = 0;
Callers
3
WriteCallback
Function · 0.70
ForwardToUpstream
Method · 0.70
SendResponse
Method · 0.70
Calls
3
SendAll
Function · 0.70
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected