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

Method removeTimerPeriod

plugins/experimental/wasm/ats_wasm.cc:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void
159Wasm::removeTimerPeriod(uint32_t root_context_id)
160{
161 auto it = timer_period_.find(root_context_id);
162 if (it != timer_period_.end()) {
163 timer_period_.erase(it);
164 }
165}
166
167// function to override error report
168void

Callers 1

schedule_handlerFunction · 0.80

Calls 3

findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected