MCPcopy Create free account
hub / github.com/WheretIB/nullc / operator=

Method operator=

NULLC/Executor.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 bool ExtendParameterStack(char* oldBase, unsigned int oldSize, VMCmd *current);
92
93 void operator=(Executor& r){ (void)r; assert(false); }
94
95 static const unsigned int EXEC_BREAK_SIGNAL = 0;
96 static const unsigned int EXEC_BREAK_RETURN = 1;

Callers

nothing calls this directly

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected