Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ setImmutable
Method
setImmutable
java/com/tigervnc/rfb/VoidParameter.java:63–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
abstract
public
String getValueStr();
62
public
boolean isBool() {
return
false; }
63
public
void
setImmutable() {
64
vlog.debug(
"Set immutable "
+getName());
65
immutable = true;
66
}
67
68
public
void
setHasBeenSet() {
69
_hasBeenSet = true;
Callers
1
set
Method · 0.95
Calls
2
getName
Method · 0.95
debug
Method · 0.80
Tested by
no test coverage detected