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

Function RecSetRecordString

src/records/P_RecCore.cc:232–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232RecErrT
233RecSetRecordString(const char *name, const RecString rec_string, RecSourceT source, bool lock)
234{
235 RecData data;
236 data.rec_string = rec_string;
237 return RecSetRecord(RECT_NULL, name, RECD_STRING, &data, nullptr, source, lock);
238}
239
240RecErrT
241RecSetRecordCounter(const char *name, RecCounter rec_counter, RecSourceT source, bool lock)

Callers 1

set_data_typeFunction · 0.85

Calls 1

RecSetRecordFunction · 0.85

Tested by

no test coverage detected