Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ readUshort
Method
readUshort
packages/fairygui/src/utils/ByteBuffer.ts:188–190 ·
view source on GitHub ↗
* Read unsigned short * 读取无符号短整数
()
Source
from the content-addressed store, hash-verified
186
* 读取无符号短整数
187
*/
188
public readUshort(): number {
189
return
this.getUint16();
190
}
191
192
/**
193
* Read int
Callers
nothing calls this directly
Calls
1
getUint16
Method · 0.95
Tested by
no test coverage detected