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

TypeAlias LBool

value.go:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80var LNil = LValue(&LNilType{})
81
82type LBool bool
83
84func (bl LBool) String() string {
85 if bool(bl) {

Callers 1

value.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected