MCPcopy
hub / github.com/yuin/gopher-lua / String

Method String

value.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29type LValue interface {
30 String() string
31 Type() LValueType
32}
33

Callers 15

CheckTypesMethod · 0.65
TypeErrorMethod · 0.65
ToStringMetaMethod · 0.65
assertOsDateFieldsFunction · 0.65
strMethod · 0.65
LVAsStringFunction · 0.65
baseLoadFunction · 0.65
basePCallFunction · 0.65
basePrintFunction · 0.65
baseTypeFunction · 0.65

Implementers 5

LStatevalue.go
LFunctionvalue.go
LNilTypevalue.go
LTablevalue.go
LUserDatavalue.go

Calls

no outgoing calls

Tested by 4

assertOsDateFieldsFunction · 0.52
testScriptCompileFunction · 0.52