MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / tearDown

Function tearDown

source/test/testCPU.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void tearDown() {
78 process->deleteThread(cpu->thread);
79 process = nullptr;
80 memory = nullptr;
81 cpu = nullptr;
82}
83
84void setup() {
85 if (!memory) {

Callers

nothing calls this directly

Calls 1

deleteThreadMethod · 0.80

Tested by

no test coverage detected