MCPcopy Create free account
hub / github.com/acl-dev/acl / field_string

Method field_string

lib_acl_cpp/src/db/db_handle.cpp:148–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148const char* db_row::field_string(size_t ifield) const
149{
150 const char* ptr = field_value(ifield);
151 if (ptr == NULL) {
152 return NULL;
153 } else {
154 return ptr;
155 }
156}
157
158const char* db_row::field_string(const char* name) const
159{

Callers 3

load_namesMethod · 0.80
load_idx_hostsMethod · 0.80
load_dat_hostsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected