MCPcopy Create free account
hub / github.com/Tencent/libpag / readFloat

Function readFloat

web/lite/src/codec/data-types.ts:29–29  ·  view source on GitHub ↗
(byteArray: ByteArray)

Source from the content-addressed store, hash-verified

27export const readTime = (byteArray: ByteArray): number => byteArray.readEncodedUint64();
28
29export const readFloat = (byteArray: ByteArray): number => byteArray.readFloat32();
30
31export const readBoolean = (byteArray: ByteArray): boolean => byteArray.readBitBoolean();
32

Callers

nothing calls this directly

Calls 1

readFloat32Method · 0.80

Tested by

no test coverage detected