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

Method PushUnsigned

lua.go:1447–1447  ·  view source on GitHub ↗

PushUnsigned pushes n onto the stack. http://www.lua.org/manual/5.2/manual.html#lua_pushunsigned

(n uint)

Source from the content-addressed store, hash-verified

1445//
1446// http://www.lua.org/manual/5.2/manual.html#lua_pushunsigned
1447func (l *State) PushUnsigned(n uint) { l.apiPush(float64(n)) }
1448
1449// PushBoolean pushes a boolean value with value b onto the stack.
1450//

Callers 3

shiftFunction · 0.80
rotateFunction · 0.80
bit32.goFile · 0.80

Calls 1

apiPushMethod · 0.95

Tested by

no test coverage detected