MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / operator[]

Method operator[]

SIP/SIPUtility.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197string ResponseTable::operator[](unsigned code) const
198{
199 ResponseMap::const_iterator it = mMap.find(code);
200 return (it == mMap.end()) ? string("undefined") : it->second;
201}
202
203
204// On success, set the resolved address stuff, mipValid, and return true.

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected