MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / GetState

Method GetState

framework/src/bundle/Bundle.cpp:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 Bundle::~Bundle() = default;
96
97 Bundle::State
98 Bundle::GetState() const
99 {
100 if (!d)
101 {
102 throw std::invalid_argument("invalid bundle");
103 }
104
105 return static_cast<State>(d->state.load());
106 }
107
108 void
109 Bundle::Start()

Callers 15

frame020aMethod · 0.45
frame025aMethod · 0.45
frame020bMethod · 0.45
frame030bMethod · 0.45
frame037aMethod · 0.45
TEST_FFunction · 0.45
frame020aFunction · 0.45
frame030bFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 13

frame020aMethod · 0.36
frame025aMethod · 0.36
frame020bMethod · 0.36
frame030bMethod · 0.36
frame037aMethod · 0.36
TEST_FFunction · 0.36
frame020aFunction · 0.36
frame030bFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36