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

Method MesosExecutorDriver

src/exec/exec.cpp:668–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666
667
668MesosExecutorDriver::MesosExecutorDriver(mesos::Executor* _executor)
669 : MesosExecutorDriver(_executor, os::environment())
670{}
671
672
673MesosExecutorDriver::MesosExecutorDriver(

Callers

nothing calls this directly

Calls 6

errorMethod · 0.65
environmentFunction · 0.50
initializeFunction · 0.50
spawnFunction · 0.50
loadMethod · 0.45
isErrorMethod · 0.45

Tested by

no test coverage detected