MCPcopy 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
75type LNilType struct{}
76
77func (nl *LNilType) String() string { return "nil" }
78func (nl *LNilType) Type() LValueType { return LTNil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected