Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ isUp
Function
isUp
src/linux/routing/link/link.cpp:237–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
236
237
Result<bool> isUp(const string& link)
238
{
239
return internal::test(link, IFF_UP);
240
}
241
242
243
Try<bool> setUp(const string& link)
Callers
1
TEST_F
Function · 0.85
Calls
1
test
Function · 0.85
Tested by
1
TEST_F
Function · 0.68