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

Method SetThis

framework/src/bundle/CoreBundleContext.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void
115 CoreBundleContext::SetThis(std::shared_ptr<CoreBundleContext> const& self)
116 {
117 this->self.Lock(), this->self.v = self;
118 }
119
120 void
121 CoreBundleContext::Init()

Callers 2

NewFrameworkMethod · 0.80

Calls 1

LockMethod · 0.80

Tested by

no test coverage detected