| 45 | |
| 46 | CodeBuffer(size_t Size); |
| 47 | CodeBuffer(const CodeBuffer&) = delete; |
| 48 | CodeBuffer& operator=(const CodeBuffer&) = delete; |
| 49 | CodeBuffer(CodeBuffer&& oth) = delete; |
| 50 | CodeBuffer& operator=(CodeBuffer&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected