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

Method find

plugins/experimental/txn_box/plugin/src/Extractor.cc:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80Extractor::self_type *
81Extractor::find(TextView const &name)
82{
83 auto spot{_ex_table.find(name)};
84 return spot == _ex_table.end() ? nullptr : spot->second;
85}
86
87/* ---------------------------------------------------------------------------------------------- */
88auto

Callers 15

getDataMethod · 0.45
getRequestStatusMethod · 0.45
loadObjectsMethod · 0.45
getHandlerMethod · 0.45
Variables.ccFile · 0.45
_parseCookieStringMethod · 0.45
_findOperatorMethod · 0.45
_getIncludeStatusMethod · 0.45
_getIncludeDataMethod · 0.45
_preprocessMethod · 0.45
vars_test.ccFile · 0.45
_new_referenceMethod · 0.45

Calls 3

strcasecmpFunction · 0.85
endMethod · 0.45
beginMethod · 0.45

Tested by 3

_new_referenceMethod · 0.36
registerSuccFailFunction · 0.36
isAttemptReqFunction · 0.36