MCPcopy Create free account
hub / github.com/dop251/goja / String

Method String

value.go:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193}
194
195func (i valueInt) String() string {
196 return strconv.FormatInt(int64(i), 10)
197}
198
199func (i valueInt) ToFloat() float64 {
200 return float64(i)

Callers 2

toStringMethod · 0.95
stringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected