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

Function RecSetRecordInt

src/records/P_RecCore.cc:216–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216RecErrT
217RecSetRecordInt(const char *name, RecInt rec_int, RecSourceT source, bool lock)
218{
219 RecData data;
220 data.rec_int = rec_int;
221 return RecSetRecord(RECT_NULL, name, RECD_INT, &data, nullptr, source, lock);
222}
223
224RecErrT
225RecSetRecordFloat(const char *name, RecFloat rec_float, RecSourceT source, bool lock)

Callers 1

set_data_typeFunction · 0.85

Calls 1

RecSetRecordFunction · 0.85

Tested by

no test coverage detected