MCPcopy Create free account
hub / github.com/acl-dev/acl / puts

Method puts

lib_acl_cpp/src/stream/ostream.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138int ostream::puts(const char* s)
139{
140 return format("%s\r\n", s);
141}
142
143ostream& ostream::operator<<(const acl::string& s)
144{

Callers 15

mainFunction · 0.80
setup_sslMethod · 0.80
thread_on_readMethod · 0.80
connect_serverMethod · 0.80
http_requestMethod · 0.80
runningMethod · 0.80
on_readMethod · 0.80
on_readMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected