Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
bool MMappedFile::is_mapped() const
184
{
185
return _data != nullptr;
186
}
187
} // namespace mmap_io
188
} // namespace utils
189
} // namespace arm_compute
Callers
2
TEST_CASE
Function · 0.80
TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected