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

Function REC_ConfigReadFloat

src/records/RecCore.cc:934–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932}
933
934RecFloat
935REC_ConfigReadFloat(const char *name)
936{
937 RecFloat t = 0;
938 RecGetRecordFloat(name, &t);
939 return t;
940}
941
942//-------------------------------------------------------------------------
943// Backwards compatibility. TODO: Should remove these.

Callers

nothing calls this directly

Calls 1

RecGetRecordFloatFunction · 0.85

Tested by

no test coverage detected