MCPcopy Create free account
hub / github.com/buke/quickjs-go / opaqueFromIDForTest

Function opaqueFromIDForTest

class_bridge_test_helpers.go:15–17  ·  view source on GitHub ↗
(opaqueID int32)

Source from the content-addressed store, hash-verified

13}
14
15func opaqueFromIDForTest(opaqueID int32) unsafe.Pointer {
16 return C.IntToOpaque(C.int32_t(opaqueID))
17}

Calls

no outgoing calls