Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
char *BitMap::getBitmap()
97
{
98
return (char *)bitmap;
99
}
100
101
int BitMap::size() const
102
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected