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

Function createContainerMount

src/common/protobuf_utils.cpp:1207–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205
1206
1207ContainerMountInfo createContainerMount(
1208 const string& source,
1209 const string& target,
1210 unsigned long flags)
1211{
1212 ContainerMountInfo mnt;
1213
1214 mnt.set_source(source);
1215 mnt.set_target(target);
1216 mnt.set_flags(flags);
1217
1218 return mnt;
1219}
1220
1221
1222ContainerMountInfo createContainerMount(

Callers 15

foreachFunction · 0.85
__prepareMethod · 0.85
_prepareMethod · 0.85
foreachFunction · 0.85
prepareMethod · 0.85
prepareMethod · 0.85
prepareMethod · 0.85
foreachFunction · 0.85
_prepareMethod · 0.85
foreachFunction · 0.85
foreachFunction · 0.85
_prepareMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected