Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6129
static inline int is_machine_list(const char *type)
6130
{
6131
const char *s = cdb2_skipws(type);
6132
return *s ==
'@'
;
6133
}
6134
6135
struct machine {
6136
char *host;
Callers
1
cdb2_open
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected