Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ readInt
Method
readInt
packages/fairygui/src/utils/ByteBuffer.ts:196–198 ·
view source on GitHub ↗
* Read int * 读取整数
()
Source
from the content-addressed store, hash-verified
194
* 读取整数
195
*/
196
public readInt(): number {
197
return
this.getInt32();
198
}
199
200
/**
201
* Read unsigned int
Callers
nothing calls this directly
Calls
1
getInt32
Method · 0.95
Tested by
no test coverage detected