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

Class option

isolate.c:1290–1290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288static const char short_opts[] = "b:c:d:DeE:f:i:k:m:M:n:o:p::q:r:st:vw:x:";
1289
1290static const struct option long_opts[] = {
1291 { "as-uid", 1, NULL, OPT_AS_UID },
1292 { "as-gid", 1, NULL, OPT_AS_GID },
1293 { "box-id", 1, NULL, 'b' },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…