Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ startMsg
Method
startMsg
java/com/tigervnc/rfb/CMsgWriter.java:171–173 ·
view source on GitHub ↗
(int type)
Source
from the content-addressed store, hash-verified
169
}
170
171
synchronized
protected
void
startMsg(
int
type) {
172
os.writeU8(type);
173
}
174
175
synchronized
protected
void
endMsg() {
176
os.flush();
Callers
9
writeSetPixelFormat
Method · 0.95
writeSetEncodings
Method · 0.95
writeSetDesktopSize
Method · 0.95
writeFramebufferUpdateRequest
Method · 0.95
writeEnableContinuousUpdates
Method · 0.95
writeFence
Method · 0.95
writeKeyEvent
Method · 0.95
writePointerEvent
Method · 0.95
writeClientCutText
Method · 0.95
Calls
1
writeU8
Method · 0.45
Tested by
no test coverage detected