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

Function REC_ConfigReadInteger

src/records/RecCore.cc:918–924  ·  view source on GitHub ↗

------------------------------------------------------------------------- Backwards compatibility ... TODO: Should eliminate these -------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

916// Backwards compatibility ... TODO: Should eliminate these
917//-------------------------------------------------------------------------
918RecInt
919REC_ConfigReadInteger(const char *name)
920{
921 RecInt t = 0;
922 RecGetRecordInt(name, &t);
923 return t;
924}
925
926char *
927REC_ConfigReadString(const char *name)

Callers 9

loadSocksConfigurationFunction · 0.85
periodic_tasksMethod · 0.85
initMethod · 0.85
DiagsConfigMethod · 0.85
periodicMethod · 0.85
periodicMethod · 0.85
init_memory_trackerFunction · 0.85

Calls 1

RecGetRecordIntFunction · 0.85

Tested by

no test coverage detected