MCPcopy Create free account
hub / github.com/apache/trafficserver / REC_ConfigReadString

Function REC_ConfigReadString

src/records/RecCore.cc:926–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926char *
927REC_ConfigReadString(const char *name)
928{
929 char *t = nullptr;
930 RecGetRecordString_Xmalloc(name, static_cast<RecString *>(&t));
931 return t;
932}
933
934RecFloat
935REC_ConfigReadFloat(const char *name)

Callers 6

ink_event_system_initFunction · 0.85
ts_host_res_global_initFunction · 0.85
DiagsConfigMethod · 0.85
mainFunction · 0.85

Calls 1

Tested by

no test coverage detected