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

Function TSUuidStringGet

src/api/InkAPI.cc:8600–8611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8598}
8599
8600const char *
8601TSUuidStringGet(const TSUuid uuid)
8602{
8603 sdk_assert(sdk_sanity_check_null_ptr((void *)uuid) == TS_SUCCESS);
8604 ATSUuid *u = reinterpret_cast<ATSUuid *>(uuid);
8605
8606 if (u->valid()) {
8607 return u->getString();
8608 }
8609
8610 return nullptr;
8611}
8612
8613TSReturnCode
8614TSClientRequestUuidGet(TSHttpTxn txnp, char *uuid_str)

Callers 7

InjectTxnUuidHeaderFunction · 0.85
append_valueMethod · 0.85
Ex_Ssn.ccFile · 0.85
create_traceFunction · 0.85
ts_lua_get_process_idFunction · 0.85
_getMethod · 0.85

Calls 3

validMethod · 0.45
getStringMethod · 0.45

Tested by 1