MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / contains

Method contains

src/codeCache.h:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 bool contains(const void* address) const {
160 return address >= _min_address && address < _max_address;
161 }
162
163 void setTextBase(const char* text_base) {
164 _text_base = text_base;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected