MCPcopy 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
1067func (s *Symbol) String() string {
1068 if s.desc != nil {
1069 return s.desc.String()
1070 }
1071 return ""
1072}
1073
1074func (s *Symbol) string() unistring.String {
1075 if s.desc != nil {

Callers 1

ExportMethod · 0.95

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected