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

Method setLocalUser

src/main/java/exitcode/Console.java:31–33  ·  view source on GitHub ↗
(String username)

Source from the content-addressed store, hash-verified

29 }
30
31 public void setLocalUser(String username) {
32 this.localUserInstance = username;
33 }
34
35 public String getLocalUser() {
36 return this.localUserInstance;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected