Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ exit_code
Method
exit_code
src/core/thread/thread.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
s32 Thread::exit_code()
138
{
139
return _priv->_exit_code;
140
}
141
142
} // namespace crown
Callers
3
test_thread
Function · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_thread
Function · 0.64