Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstackincubator/polygen
/ functions
Functions
615 in github.com/callstackincubator/polygen
⨍
Functions
615
◇
Types & classes
231
Method
writeFloat64
* Writes a 64-bit floating point number to the buffer at the current offset. * * @param n - The 64-bit floating point number to write. * @ret
packages/binary-utils/src/binary-writer.ts:200
Method
writeInt16
* Writes a signed 16-bit integer to the buffer at the current offset. * * @param n The 16-bit integer value to be written. * @return Returns
packages/binary-utils/src/binary-writer.ts:99
Method
writeInt32
* Writes a signed 32-bit integer to the buffer at the current offset. * * @param n The 32-bit signed integer to write. * @return The current
packages/binary-utils/src/binary-writer.ts:111
Method
writeInt64
* Writes a signed 64-bit integer to the buffer at the current offset. * * @param n The 64-bit signed integer to write, represented as a bigint.
packages/binary-utils/src/binary-writer.ts:123
Method
writeInt8
* Writes a signed 8-bit integer to the buffer at the current offset. * * @param n - The signed 8-bit integer to write. * @return The `BinaryW
packages/binary-utils/src/binary-writer.ts:87
Method
writeUint32
* Writes an unsigned 32-bit integer to the buffer at the current offset. * * @param n - The 32-bit unsigned integer to write. * @return Retur
packages/binary-utils/src/binary-writer.ts:164
Method
writeUint64
* Writes an unsigned 64-bit integer to the buffer at the current offset. * * @param n - The 64-bit unsigned integer to write, represented as a b
packages/binary-utils/src/binary-writer.ts:176
Method
~ExternRefTable
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:30
Method
~FuncRefTable
packages/polygen/cpp/ReactNativePolygen/WebAssembly/FuncRefTable.h:31
Method
~Memory
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Memory.h:23
Method
~Module
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Module.h:57
Method
~ReactNativePolygen
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:24
Method
~SharedLibraryModule
packages/polygen/cpp/ReactNativePolygen/SharedLibraryModule.h:32
Method
~StaticLibraryModule
packages/polygen/cpp/ReactNativePolygen/StaticLibraryModule.h:27
Method
~StaticLibraryModule
packages/polygen/cpp/ReactNativePolygen/SharedLibraryModule.h:30
← previous
601–615 of 615, ranked by callers