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

Method get

src/proxy/http3/Http3Frame.cc:408–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408uint64_t
409Http3SettingsFrame::get(Http3SettingsId id) const
410{
411 auto p = this->_settings.find(id);
412 if (p != this->_settings.end()) {
413 return p->second;
414 }
415
416 return 0;
417}
418
419void
420Http3SettingsFrame::set(Http3SettingsId id, uint64_t value)

Callers 15

acquireMethod · 0.45
dump_template_tablesMethod · 0.45
nuke_template_tablesMethod · 0.45
do_transform_openMethod · 0.45
transform_cleanupMethod · 0.45
acquireMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected