MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / checkCommand

Method checkCommand

src/main/java/exitcode/Console.java:304–310  ·  view source on GitHub ↗
(String commandName)

Source from the content-addressed store, hash-verified

302 }
303
304 private boolean checkCommand(String commandName) {
305 if (checkPrivate(commandName)) {
306 return true;
307 } else {
308 return checkGlobal(commandName);
309 }
310 }
311
312 private boolean checkPrivate(String commandName) {
313 if (this.privateCommands.containsKey(commandName)) {

Callers 1

runCommandMethod · 0.95

Calls 2

checkPrivateMethod · 0.95
checkGlobalMethod · 0.95

Tested by

no test coverage detected