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

Function createFrameworkInfo

src/tests/master_benchmarks.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98static FrameworkInfo createFrameworkInfo(const FrameworkID& frameworkId)
99{
100 FrameworkInfo frameworkInfo = DEFAULT_FRAMEWORK_INFO;
101 *(frameworkInfo.mutable_id()) = frameworkId;
102
103 return frameworkInfo;
104}
105
106
107static TaskInfo createTaskInfo(const SlaveID& slaveId)

Callers 10

TEST_FFunction · 0.85
TEST_PFunction · 0.85
foreachFunction · 0.85
initializeMethod · 0.85
CreateMasterFlagsMethod · 0.85
TEST_FFunction · 0.85
CreateMasterFlagsMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected