Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ readUint
Method
readUint
packages/fairygui/src/utils/ByteBuffer.ts:204–206 ·
view source on GitHub ↗
* Read unsigned int * 读取无符号整数
()
Source
from the content-addressed store, hash-verified
202
* 读取无符号整数
203
*/
204
public readUint(): number {
205
return
this.getUint32();
206
}
207
208
/**
209
* Read float
Callers
nothing calls this directly
Calls
1
getUint32
Method · 0.95
Tested by
no test coverage detected