MCPcopy 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

loadPackageMethod · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected