MCPcopy Create free account
hub / github.com/ceifa/wasmoon /

Class

src/type-extensions/null.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { LuaReturn, LuaState } from '../types'
6
7class NullTypeExtension extends TypeExtension<unknown> {
8 private gcPointer: number
9
10 public constructor(thread: Global) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected