Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ c_str
Method
c_str
lib_acl_cpp/src/stdlib/string.cpp:1123–1129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1121
}
1122
1123
char* string::c_str() const
1124
{
1125
if (scan_ptr_) {
1126
return scan_ptr_;
1127
}
1128
return STR(vbf_);
1129
}
1130
1131
void* string::buf() const
1132
{
Callers
15
operator >>
Method · 0.95
fiber_log_writer
Function · 0.45
service_on_sighup
Method · 0.45
stackshow
Method · 0.45
add_task
Method · 0.45
check_idle
Method · 0.45
get_addr
Method · 0.45
connect_one
Method · 0.45
doService
Method · 0.45
file_load
Function · 0.45
do_echo
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_file
Function · 0.36
test_del
Function · 0.36
test_expire
Function · 0.36
test_ttl
Function · 0.36
test_exists
Function · 0.36
test_type
Function · 0.36
test_set
Function · 0.36
test_get
Function · 0.36
test_hmset
Function · 0.36
test_hmget
Function · 0.36
test_publish
Function · 0.36
run
Method · 0.36