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

Method GetLastModified

framework/src/bundle/Bundle.cpp:335–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 Bundle::TimeStamp
336 Bundle::GetLastModified() const
337 {
338 if (!d)
339 {
340 throw std::invalid_argument("invalid bundle");
341 }
342
343 return d->barchive ? d->barchive->GetLastModified() : d->timeStamp;
344 }
345
346 void*
347 Bundle::GetSymbol(void* handle, std::string const& symname) const

Callers 7

frame020aMethod · 0.45
frame030bMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
BundlePrivateMethod · 0.45
ToDTOFunction · 0.45

Calls

no outgoing calls

Tested by 5

frame020aMethod · 0.36
frame030bMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36