Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ SetBufferManager
Method
SetBufferManager
WinArk/HexControl.cpp:692–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
690
}
691
692
void CHexControl::SetBufferManager(IBufferManager* mgr) {
693
m_Buffer = mgr;
694
RecalcLayout();
695
}
696
697
IBufferManager* CHexControl::GetBufferManager() const {
698
return m_Buffer;
Callers
1
OnInitDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected