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

Method push_back

include/tscore/History.h:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40{
41public:
42 void
43 push_back(const SourceLocation &location, int event, int reentrant = NO_REENTRANT)
44 {
45 int pos = history_pos++ % Count;
46 history[pos].location = location;
47 history[pos].event = static_cast<unsigned short>(event);
48 history[pos].reentrancy = static_cast<short>(reentrant);
49 }
50
51 void
52 clear()

Callers 6

add_messageMethod · 0.45
dump_headerFunction · 0.45
addMethod · 0.45
pushMethod · 0.45
decodeMethod · 0.45
emplace_recMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected