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

Function RecLinkConfigByte

src/records/RecCore.cc:311–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311RecErrT
312RecLinkConfigByte(const char *name, RecByte *rec_byte)
313{
314 if (RecGetRecordByte(name, rec_byte) == REC_ERR_FAIL) {
315 return REC_ERR_FAIL;
316 }
317 return RecRegisterConfigUpdateCb(name, link_byte, (void *)rec_byte);
318}
319
320//-------------------------------------------------------------------------
321// RecRegisterConfigUpdateCb

Callers

nothing calls this directly

Calls 2

RecGetRecordByteFunction · 0.85

Tested by

no test coverage detected