Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ CanPaste
Method
CanPaste
WinArk/HexControl.cpp:759–761 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
757
}
758
759
bool CHexControl::CanPaste() const {
760
return false;
761
}
762
763
bool CHexControl::Cut(int64_t offset, int64_t size) {
764
return false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected