Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ foreach
Function
foreach
src/master/validation.cpp:343–348 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
foreach (const Resource& resource, message.checkpointed_resources()) {
344
error = Resources::validate(resource);
345
if (error.isSome()) {
346
return error.get();
347
}
348
}
349
350
return None();
351
}
Callers
1
validateOfferFilters
Function · 0.70
Calls
15
validateID
Function · 0.85
validateTask
Function · 0.85
getOffer
Function · 0.85
getInverseOffer
Function · 0.85
getFrameworkId
Function · 0.85
getSlaveId
Function · 0.85
getSlave
Function · 0.85
frameworkHasCapability
Function · 0.85
insert
Method · 0.80
executor
Method · 0.80
principal
Method · 0.80
validate
Function · 0.70
Tested by
no test coverage detected