Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
void tearDown() {
78
process->deleteThread(cpu->thread);
79
process = nullptr;
80
memory = nullptr;
81
cpu = nullptr;
82
}
83
84
void setup() {
85
if (!memory) {
Callers
nothing calls this directly
Calls
1
deleteThread
Method · 0.80
Tested by
no test coverage detected