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

Method Flags

src/tests/http_server_test_helper.cpp:47–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47HttpServerTestHelper::Flags::Flags()
48{
49 add(&Flags::ip,
50 "ip",
51 "IP address to listen on.");
52
53 add(&Flags::port,
54 "port",
55 "Port to listen on.");
56}
57
58
59int HttpServerTestHelper::execute()

Callers

nothing calls this directly

Calls 1

addFunction · 0.50

Tested by

no test coverage detected