Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buke/quickjs-go
/ Uint32
Method
Uint32
value.go:197–199 ·
view source on GitHub ↗
Deprecated: Use ToUint32 instead.
()
Source
from the content-addressed store, hash-verified
195
196
// Deprecated: Use ToUint32 instead.
197
func
(v *Value) Uint32() uint32 {
198
return
v.ToUint32()
199
}
200
201
// ToUint32 returns the uint32 value of the value.
202
func
(v *Value) ToUint32() uint32 {
Callers
4
ToInt32Array
Method · 0.45
ToUint32Array
Method · 0.45
ToFloat32Array
Method · 0.45
TestValueConversions
Function · 0.45
Calls
1
ToUint32
Method · 0.95
Tested by
1
TestValueConversions
Function · 0.36