| 1012 | /*** Commands ***/ |
| 1013 | |
| 1014 | static const char * |
| 1015 | self_name(void) |
| 1016 | { |
| 1017 | return cg_enable ? "isolate --cg" : "isolate"; |
| 1018 | } |
| 1019 | |
| 1020 | static void |
| 1021 | get_credentials(void) |
no outgoing calls
no test coverage detected
searching dependent graphs…