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

Method create

plugins/esi/esi.cc:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171{
172public:
173 void
174 create(int handle) override
175 {
176 g_stat_indices[handle] = TSStatCreate(Stats::STAT_NAMES[handle], TS_RECORDDATATYPE_INT, TS_STAT_PERSISTENT, TS_STAT_SYNC_COUNT);
177 }
178
179 void
180 increment(int handle, int step = 1) override

Callers 1

initFunction · 0.45

Calls 1

TSStatCreateFunction · 0.85

Tested by

no test coverage detected