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

Function self_name

isolate.c:1014–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012/*** Commands ***/
1013
1014static const char *
1015self_name(void)
1016{
1017 return cg_enable ? "isolate --cg" : "isolate";
1018}
1019
1020static void
1021get_credentials(void)

Callers 1

runFunction · 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…