Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ Export
Method
Export
string_unicode.go:598–600 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
596
}
597
598
func
(s unicodeString) Export()
interface
{} {
599
return
s.String()
600
}
601
602
func
(s unicodeString) ExportType() reflect.Type {
603
return
reflectTypeString
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected