MCPcopy 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
237Result<bool> isUp(const string& link)
238{
239 return internal::test(link, IFF_UP);
240}
241
242
243Try<bool> setUp(const string& link)

Callers 1

TEST_FFunction · 0.85

Calls 1

testFunction · 0.85

Tested by 1

TEST_FFunction · 0.68