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

Method IsNil

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

IsNil verifies that the value at index is nil. http://www.lua.org/manual/5.2/manual.html#lua_isnil

(index int)

Source from the content-addressed store, hash-verified

1504//
1505// http://www.lua.org/manual/5.2/manual.html#lua_isnil
1506func (l *State) IsNil(index int) bool { return l.TypeOf(index) == TypeNil }
1507
1508// IsBoolean verifies that the value at index is a boolean.
1509//

Callers 9

intPairsFunction · 0.80
ReadMethod · 0.80
readLineFunction · 0.80
io.goFile · 0.80
findLoaderFunction · 0.80
searcherPreloadFunction · 0.80
PackageOpenFunction · 0.80
MetaFieldFunction · 0.80
NewMetaTableFunction · 0.80

Calls 1

TypeOfMethod · 0.95

Tested by

no test coverage detected