Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
int ostream::puts(const char* s)
139
{
140
return format(
"%s\r\n"
, s);
141
}
142
143
ostream& ostream::operator<<(const acl::string& s)
144
{
Callers
15
main
Function · 0.80
setup_ssl
Method · 0.80
thread_on_read
Method · 0.80
connect_server
Method · 0.80
http_request
Method · 0.80
running
Method · 0.80
on_read
Method · 0.80
on_read
Method · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected