MCPcopy Index your code
hub / github.com/Shopify/go-lua / Bit32Open

Function Bit32Open

bit32.go:104–107  ·  view source on GitHub ↗

Bit32Open opens the bit32 library. Usually passed to Require.

(l *State)

Source from the content-addressed store, hash-verified

102
103// Bit32Open opens the bit32 library. Usually passed to Require.
104func Bit32Open(l *State) int {
105 NewLibrary(l, bitLibrary)
106 return 1
107}

Callers

nothing calls this directly

Calls 1

NewLibraryFunction · 0.85

Tested by

no test coverage detected