Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
497
type
Int int
498
499
func
(i Int) Value() int {
500
return
int(i)
501
}
502
503
func
(i *Int) ValueByPtr() int {
504
return
int(*i)
Callers
2
TestMapIterSet
Function · 0.80
TestWrappedTypeMethod
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected