MCPcopy Create free account
hub / github.com/d5/tengo / TypeName

Method TypeName

objects.go:29–29  ·  view source on GitHub ↗

TypeName should return the name of the type.

()

Source from the content-addressed store, hash-verified

27type Object interface {
28 // TypeName should return the name of the type.
29 TypeName() string
30
31 // String should return a string representation of the type's value.
32 String() string

Callers 15

TestObject_TypeNameFunction · 0.95
runMethod · 0.95
builtinTypeNameFunction · 0.65
builtinLenFunction · 0.65
builtinRangeFunction · 0.65
builtinFormatFunction · 0.65
builtinAppendFunction · 0.65
builtinDeleteFunction · 0.65
builtinSpliceFunction · 0.65
CallMethod · 0.65
objectZeroCopyFunction · 0.65
printArgMethod · 0.65

Implementers 2

StringArrayvm_test.go
ObjectImplobjects.go

Calls

no outgoing calls

Tested by 4

TestObject_TypeNameFunction · 0.76
CallMethod · 0.52
objectZeroCopyFunction · 0.52
Test_builtinDeleteFunction · 0.52