MCPcopy 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
598func (s unicodeString) Export() interface{} {
599 return s.String()
600}
601
602func (s unicodeString) ExportType() reflect.Type {
603 return reflectTypeString

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected