MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / init

Method init

src/studio/src/studio_actor.cpp:190–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190void StudioActor::init() {
191 // launch global actors..
192 // preferences first..
193 // this will need more configuration
194 spdlog::debug("Created StudioActor {}", base_.name());
195
196 session_ = spawn<session::SessionActor>("New Session");
197 link_to(session_);
198
199 system().registry().put(studio_registry, this);
200}
201
202void StudioActor::on_exit() {
203 // tell globals to quit... ?

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected