Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ String
Method
String
value.go:1067–1072 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1065
}
1066
1067
func
(s *Symbol) String() string {
1068
if
s.desc != nil {
1069
return
s.desc.String()
1070
}
1071
return
""
1072
}
1073
1074
func
(s *Symbol) string() unistring.String {
1075
if
s.desc != nil {
Callers
1
Export
Method · 0.95
Calls
1
String
Method · 0.65
Tested by
no test coverage detected