MCPcopy 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
74const char *strbuf_buf(const strbuf *buf)
75{
76 assert(buf != NULL);
77 return buf->buf;
78}
79
80int strbuf_len(const strbuf *buf)
81{

Callers 15

format_csc2Function · 0.50
retrieve_schemaFunction · 0.50
comdb2AddIndexIntFunction · 0.50
logicalopsColumnFunction · 0.50
systbl_connectFunction · 0.50
fdb_svc_alter_schemaFunction · 0.50
newsql_dump_query_planFunction · 0.50
form_query_planFunction · 0.50
statthdFunction · 0.50
create_sqlmaster_recordFunction · 0.50
verify_indexesFunction · 0.50
indexes_expressions_dataFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected