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

Method name

src/iocore/hostdb/test_RefCountCache.cc:40–44  ·  view source on GitHub ↗

Return the char* to the name (TODO: cleaner interface??)

Source from the content-addressed store, hash-verified

38
39 // Return the char* to the name (TODO: cleaner interface??)
40 char *
41 name()
42 {
43 return reinterpret_cast<char *>(this) + this->name_offset;
44 }
45
46 static ExampleStruct *
47 alloc(int size = 0)

Callers 5

fillCacheFunction · 0.45
handle_hostdbMethod · 0.45
reply_to_contFunction · 0.45
mainEventMethod · 0.45
mainEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected