Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
80
var
LNil = LValue(&LNilType{})
81
82
type
LBool bool
83
84
func
(bl LBool) String() string {
85
if
bool(bl) {
Callers
1
value.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected