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

Method _get

include/cripts/UUID.hpp:40–46  ·  view source on GitHub ↗

This doesn't use the context so we can implement it here

Source from the content-addressed store, hash-verified

38
39 // This doesn't use the context so we can implement it here
40 static cripts::string
41 _get(cripts::Context * /* context ATS_UNUSED */)
42 {
43 TSUuid process = TSProcessUuidGet();
44
45 return TSUuidStringGet(process);
46 }
47
48 }; // End class UUID::Process
49

Callers

nothing calls this directly

Calls 2

TSProcessUuidGetFunction · 0.85
TSUuidStringGetFunction · 0.85

Tested by

no test coverage detected