Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ intern
Function
intern
util/intern_strings.c:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
char *intern(const char *str)
74
{
75
struct interned_string *s = intern_ptr(str);
76
return s->str;
77
}
78
79
char *internn(const char *str, int len)
80
{
Callers
15
tokdup_hostname
Function · 0.85
bdb_process_user_command
Function · 0.85
berkdb_receive_msg
Function · 0.85
init_eid_strings
Function · 0.85
read_connect_message
Function · 0.85
create_netinfo_fake
Function · 0.85
run_net_decom_node_delayed
Function · 0.85
process_decom_name
Function · 0.85
process_hello_common
Function · 0.85
connect_and_accept
Function · 0.85
hello_msg_common
Function · 0.85
validate_host
Function · 0.85
Calls
1
intern_ptr
Function · 0.85
Tested by
no test coverage detected