Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1442
func
(o *Time) String() string {
1443
return
o.Value.String()
1444
}
1445
1446
// TypeName returns the name of the type.
1447
func
(o *Time) TypeName() string {
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected