MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / is_machine_list

Function is_machine_list

cdb2api/cdb2api.c:6129–6133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6127}
6128
6129static inline int is_machine_list(const char *type)
6130{
6131 const char *s = cdb2_skipws(type);
6132 return *s == '@';
6133}
6134
6135struct machine {
6136 char *host;

Callers 1

cdb2_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected