MCPcopy 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
759bool CHexControl::CanPaste() const {
760 return false;
761}
762
763bool 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