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

Method hasRootPrivs

src/main/java/exitcode/Console.java:190–192  ·  view source on GitHub ↗

Returns the value of this.rootPriv @return true if console "has root privileges", false if otherwise. @author Allison Smith (Cyanite)

()

Source from the content-addressed store, hash-verified

188 * @author Allison Smith (Cyanite)
189 */
190 public boolean hasRootPrivs() {
191 return this.rootPriv;
192 }
193
194 /**
195 * "Simply" runs a command. Yep.

Callers 2

handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected