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

Enum opt_code

isolate.c:1268–1286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1266}
1267
1268enum opt_code {
1269 OPT_INIT = 256,
1270 OPT_RUN,
1271 OPT_CLEANUP,
1272 OPT_VERSION,
1273 OPT_CG,
1274 OPT_CG_MEM,
1275 OPT_SHARE_NET,
1276 OPT_INHERIT_FDS,
1277 OPT_STDERR_TO_STDOUT,
1278 OPT_TTY_HACK,
1279 OPT_CORE,
1280 OPT_SPECIAL_FILES,
1281 OPT_WAIT,
1282 OPT_AS_UID,
1283 OPT_AS_GID,
1284 OPT_PRINT_CG_ROOT,
1285 OPT_CHECK_CONFIG,
1286};
1287
1288static const char short_opts[] = "b:c:d:DeE:f:i:k:m:M:n:o:p::q:r:st:vw:x:";
1289

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…