Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ getOffSet
Method
getOffSet
java/com/jcraft/jsch/Buffer.java:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
return
index-s;
109
}
110
public
int
getOffSet(){
111
return
s;
112
}
113
public
void
setOffSet(
int
s){
114
this.s=s;
115
}
Callers
1
load
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected