MCPcopy Create free account
hub / github.com/ioi/isolate / parse_dir_option

Function parse_dir_option

rules.c:241–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241static bool
242parse_dir_option(char *opt, unsigned int *dest)
243{
244 for (unsigned int i = 0; i < ARRAY_SIZE(dir_flag_names); i++)
245 if (!strcmp(opt, dir_flag_names[i]))
246 {
247 *dest = 1U << i;
248 return true;
249 }
250 return false;
251}
252
253static bool
254valid_filesystem_p(const char *fs)

Callers 1

set_dir_action_extFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…