Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ LNilType
Struct
LNilType
value.go:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
type
LNilType
struct
{}
76
77
func
(nl *LNilType) String() string {
return
"nil"
}
78
func
(nl *LNilType) Type() LValueType {
return
LTNil }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected