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

Method Command

fdbmonitor/fdbmonitor.cpp:468–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 int pipes[2][2];
467
468 Command() : argv(nullptr) {}
469 Command(const CSimpleIni& ini, std::string _section, ProcessID id, fdb_fd_set fds, int* maxfd)
470 : fds(fds), argv(nullptr), section(_section), fork_retry_time(-1), quiet(false), delete_envvars(nullptr),
471 deconfigured(false), kill_on_configuration_change(true), memory_rss(0) {

Callers

nothing calls this directly

Calls 15

monitor_fdFunction · 0.85
log_errFunction · 0.85
KeyOrderClass · 0.85
get_value_multiFunction · 0.85
log_msgFunction · 0.85
parseWithSuffixFunction · 0.85
copyFunction · 0.85
isParameterNameEqualFunction · 0.85
GetAllKeysMethod · 0.80
c_strMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected