Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ skip
Method
skip
packages/fairygui/src/utils/ByteBuffer.ts:72–74 ·
view source on GitHub ↗
* Skip bytes * 跳过字节
(count: number)
Source
from the content-addressed store, hash-verified
70
* 跳过字节
71
*/
72
public skip(count: number): void {
73
this._position += count;
74
}
75
76
/**
77
* Seek to position
Callers
5
loadPackage
Method · 0.80
constructFromResource2
Method · 0.80
setup_beforeAdd
Method · 0.80
setup_beforeAdd
Method · 0.80
setup_beforeAdd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected