MCPcopy 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

93var LFalse = LBool(false)
94
95type LString string
96
97func (st LString) String() string { return string(st) }
98func (st LString) Type() LValueType { return LTString }

Callers 15

FindTableMethod · 0.85
ToStringMetaMethod · 0.85
OpenPackageFunction · 0.85
loLoaderPreloadFunction · 0.85
loLoaderLuaFunction · 0.85
osDateFunction · 0.85
osGetEnvFunction · 0.85
osRemoveFunction · 0.85
osRenameFunction · 0.85
osSetEnvFunction · 0.85
osTmpnameFunction · 0.85
TestTableRawSetHFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected