Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ setDefaultStr
Method
setDefaultStr
java/com/tigervnc/rfb/StringParameter.java:37–39 ·
view source on GitHub ↗
(String v)
Source
from the content-addressed store, hash-verified
35
}
36
37
public
void
setDefaultStr(String v) {
38
value = defValue = v;
39
}
40
41
public
boolean setParam(String v) {
42
if
(immutable)
return
true;
Callers
1
setDefaults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected