MCPcopy Create free account
hub / github.com/78/tenbox / HasBufferedLine

Method HasBufferedLine

src/ipc/unix_socket.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool UnixSocketConnection::HasBufferedLine() const {
88 return line_buffer_.find('\n') != std::string::npos;
89}
90
91bool UnixSocketConnection::ReadExact(void* buf, size_t len) {
92 uint8_t* p = static_cast<uint8_t*>(buf);

Callers 1

AttachConsoleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected