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

Function TSMgmtSourceGet

src/api/InkAPI.cc:3304–3308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3302}
3303
3304TSReturnCode
3305TSMgmtSourceGet(const char *var_name, TSMgmtSource *source)
3306{
3307 return REC_ERR_OKAY == RecGetRecordSource(var_name, reinterpret_cast<RecSourceT *>(source)) ? TS_SUCCESS : TS_ERROR;
3308}
3309
3310TSReturnCode
3311TSMgmtDataTypeGet(const char *var_name, TSRecordDataType *result)

Callers

nothing calls this directly

Calls 1

RecGetRecordSourceFunction · 0.85

Tested by

no test coverage detected