Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ pop_back
Method
pop_back
lib_acl_cpp/src/stdlib/string.cpp:665–673 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
663
}
664
665
bool string::pop_back()
666
{
667
size_t n = size();
668
if (n == 0) {
669
return false;
670
}
671
truncate(n - 1);
672
return true;
673
}
674
675
string& string::terminate()
676
{
Callers
11
iocp_wait
Function · 0.45
read_complete_callback
Function · 0.45
write_complete_callback
Function · 0.45
aio_delay_check
Function · 0.45
acl_aio_clean_read_hooks
Function · 0.45
acl_aio_clean_write_hooks
Function · 0.45
get_next_row
Method · 0.45
check_namespace_end
Method · 0.45
get_initializelist
Method · 0.45
http_hdr_res_new
Function · 0.45
http_hdr_req_new
Function · 0.45
Calls
1
size
Function · 0.50
Tested by
no test coverage detected