MCPcopy 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.
197func (v *Value) Uint32() uint32 {
198 return v.ToUint32()
199}
200
201// ToUint32 returns the uint32 value of the value.
202func (v *Value) ToUint32() uint32 {

Callers 4

ToInt32ArrayMethod · 0.45
ToUint32ArrayMethod · 0.45
ToFloat32ArrayMethod · 0.45
TestValueConversionsFunction · 0.45

Calls 1

ToUint32Method · 0.95

Tested by 1

TestValueConversionsFunction · 0.36