MCPcopy Create free account
hub / github.com/esengine/esengine / readByte

Method readByte

packages/fairygui/src/utils/ByteBuffer.ts:172–174  ·  view source on GitHub ↗

* Read byte * 读取字节

()

Source from the content-addressed store, hash-verified

170 * 读取字节
171 */
172 public readByte(): number {
173 return this.getUint8();
174 }
175
176 /**
177 * Read short

Callers 15

setupMethod · 0.80
loadPackageMethod · 0.80
loadFontMethod · 0.80
setupMethod · 0.80
setup_beforeAddMethod · 0.80
setup_afterAddMethod · 0.80
setupMethod · 0.80
setupFunction · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80

Calls 1

getUint8Method · 0.95

Tested by

no test coverage detected