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

Method String

objects.go:1442–1444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1440}
1441
1442func (o *Time) String() string {
1443 return o.Value.String()
1444}
1445
1446// TypeName returns the name of the type.
1447func (o *Time) TypeName() string {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected