MCPcopy Index your code
hub / github.com/yuin/gopher-lua / Type

Method Type

value.go:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29type LValue interface {
30 String() string
31 Type() LValueType
32}
33
34// LVIsFalse returns true if a given LValue is a nil or false otherwise false.

Callers 15

CheckTypeMethod · 0.65
CheckTypesMethod · 0.65
TypeErrorMethod · 0.65
FindTableMethod · 0.65
RegisterModuleMethod · 0.65
CallMetaMethod · 0.65
basePCallFunction · 0.65
baseTypeFunction · 0.65
fileToStringFunction · 0.65
fileCloseAuxFunction · 0.65
fileSeekFunction · 0.65
fileSetVBufFunction · 0.65

Implementers 5

LStatevalue.go
LFunctionvalue.go
LNilTypevalue.go
LTablevalue.go
LUserDatavalue.go

Calls

no outgoing calls

Tested by

no test coverage detected