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

Method String

value.go:598–600  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

596}
597
598func (f valueFloat) String() string {
599 return fToStr(float64(f), ftoa.ModeStandard, 0)
600}
601
602func (f valueFloat) ToFloat() float64 {
603 return float64(f)

Callers 2

toStringMethod · 0.95
stringMethod · 0.95

Calls 1

fToStrFunction · 0.85

Tested by

no test coverage detected