Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ LString
TypeAlias
LString
value.go:95–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
var
LFalse = LBool(false)
94
95
type
LString string
96
97
func
(st LString) String() string {
return
string(st) }
98
func
(st LString) Type() LValueType {
return
LTString }
Callers
15
FindTable
Method · 0.85
ToStringMeta
Method · 0.85
OpenPackage
Function · 0.85
loLoaderPreload
Function · 0.85
loLoaderLua
Function · 0.85
osDate
Function · 0.85
osGetEnv
Function · 0.85
osRemove
Function · 0.85
osRename
Function · 0.85
osSetEnv
Function · 0.85
osTmpname
Function · 0.85
TestTableRawSetH
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected