MCPcopy
hub / github.com/gopherjs/gopherjs / Value

Method Value

tests/misc_test.go:499–501  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

497type Int int
498
499func (i Int) Value() int {
500 return int(i)
501}
502
503func (i *Int) ValueByPtr() int {
504 return int(*i)

Callers 2

TestMapIterSetFunction · 0.80
TestWrappedTypeMethodFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected