MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / getBitmap

Method getBitmap

lab8/src/4/src/utils/bitmap.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96char *BitMap::getBitmap()
97{
98 return (char *)bitmap;
99}
100
101int BitMap::size() const
102{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected