MCPcopy Create free account
hub / github.com/davemoore22/sorcery / Splash

Method Splash

src/frontend/splash.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "resources/imagestore.hpp"
31
32Sorcery::Splash::Splash(Context &ctx)
33 : _ctx{ctx} {
34
35 _initialise();
36};
37
38auto Sorcery::Splash::_initialise() -> bool {
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected