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

Method String

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

String should return a string representation of the type's value.

()

Source from the content-addressed store, hash-verified

30
31 // String should return a string representation of the type's value.
32 String() string
33
34 // BinaryOp should return another object that is the result of a given
35 // binary operator and a right-hand side object. If BinaryOp returns an

Callers 15

TestObject_StringFunction · 0.95
formatGlobalsFunction · 0.65
badVerbMethod · 0.65
printArgMethod · 0.65
doFormatMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
BinaryOpMethod · 0.65
StringMethod · 0.65

Implementers 2

StringArrayvm_test.go
ObjectImplobjects.go

Calls

no outgoing calls

Tested by 3

TestObject_StringFunction · 0.76
formatGlobalsFunction · 0.52
TestTimesFunction · 0.52