MCPcopy 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
56class TestPFC : public PluginFactoryCollection {

Callers 1

TESTFunction · 0.45

Calls 1

JsonStoreClass · 0.50

Tested by

no test coverage detected