MCPcopy Create free account
hub / github.com/apache/mesos / activate

Method activate

src/master/framework.cpp:642–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640
641
642bool Framework::activate()
643{
644 bool noop = active_;
645 active_ = true;
646 return !noop;
647}
648
649
650bool Framework::deactivate()

Callers 8

foreachkeyFunction · 0.45
TESTFunction · 0.45
TYPED_TESTFunction · 0.45
_subscribeMethod · 0.45
_failoverFrameworkMethod · 0.45
bootstrap.jsFile · 0.45
bootstrap.min.jsFile · 0.45

Calls

no outgoing calls

Tested by 3

foreachkeyFunction · 0.36
TESTFunction · 0.36
TYPED_TESTFunction · 0.36