MCPcopy Create free account
hub / github.com/apple/foundationdb / parseArgs

Method parseArgs

fdbserver/fdbserver.actor.cpp:1083–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081 IPAllowList allowList;
1082
1083 static CLIOptions parseArgs(int argc, char* argv[]) {
1084 CLIOptions opts;
1085 opts.parseArgsInternal(argc, argv);
1086 return opts;
1087 }
1088
1089 // Determine publicAddresses and listenAddresses by calling buildNetworkAddresses().
1090 void buildNetwork(const char* name) {

Callers

nothing calls this directly

Calls 1

parseArgsInternalMethod · 0.80

Tested by

no test coverage detected