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

Function validateExecutorID

src/common/validation.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89Option<Error> validateExecutorID(const ExecutorID& executorId)
90{
91 return validateID(executorId.value());
92}
93
94
95Option<Error> validateSlaveID(const SlaveID& slaveId)

Callers 2

TEST_FFunction · 0.50
createExecutorDirectoryFunction · 0.50

Calls 2

validateIDFunction · 0.85
valueMethod · 0.45

Tested by 1

TEST_FFunction · 0.40