MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / is_mapped

Method is_mapped

src/core/utils/misc/MMappedFile.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183bool MMappedFile::is_mapped() const
184{
185 return _data != nullptr;
186}
187} // namespace mmap_io
188} // namespace utils
189} // namespace arm_compute

Callers 2

TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected