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

Method Stop

framework/src/bundle/Bundle.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 void
131 Bundle::Stop()
132 {
133 Stop(0);
134 }
135
136 void
137 Bundle::Stop(uint32_t options)

Callers

nothing calls this directly

Calls 1

StopFunction · 0.50

Tested by

no test coverage detected