Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ TestException
Class
TestException
source/test/thread_test.cpp:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
TEST(Thread, InvokeErrors) {
8
struct TestException {};
9
10
auto function = Thread::invoke(
"test"
, []() {
11
throw TestException();
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68