Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ strbuf_buf
Function
strbuf_buf
util/strbuf.c:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
const char *strbuf_buf(const strbuf *buf)
75
{
76
assert(buf != NULL);
77
return buf->buf;
78
}
79
80
int strbuf_len(const strbuf *buf)
81
{
Callers
15
format_csc2
Function · 0.50
retrieve_schema
Function · 0.50
comdb2AddIndexInt
Function · 0.50
logicalopsColumn
Function · 0.50
systbl_connect
Function · 0.50
fdb_svc_alter_schema
Function · 0.50
newsql_dump_query_plan
Function · 0.50
form_query_plan
Function · 0.50
statthd
Function · 0.50
create_sqlmaster_record
Function · 0.50
verify_indexes
Function · 0.50
indexes_expressions_data
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected