Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ setInheritable
Method
setInheritable
src/linux/capabilities.cpp:115–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void setInheritable(uint64_t inheritable)
116
{
117
set[0].inheritable = static_cast<uint32_t>(inheritable);
118
set[1].inheritable = static_cast<uint32_t>(inheritable >> 32);
119
}
120
};
121
122
Callers
1
set
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected