Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/xstudio
/ spawn
Method
spawn
src/plugin_manager/test/plugin_test.cpp:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
[[nodiscard]] caf::actor spawn(
50
caf::blocking_actor &sys,
51
const utility::JsonStore &json = utility::JsonStore()) override {
52
return sys.spawn<TestActor>(json);
53
}
54
};
55
56
class TestPFC : public PluginFactoryCollection {
Callers
1
TEST
Function · 0.45
Calls
1
JsonStore
Class · 0.50
Tested by
no test coverage detected