MCPcopy Create free account
hub / github.com/buke/quickjs-go / IsUint32Array

Method IsUint32Array

value.go:1296–1299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1294}
1295
1296func (v *Value) IsUint32Array() bool {
1297 typeID, ok := v.typedArrayType()
1298 return ok && typeID == int(C.JS_TYPED_ARRAY_UINT32)
1299}
1300
1301func (v *Value) IsFloat32Array() bool {
1302 typeID, ok := v.typedArrayType()

Callers 7

ToUint32ArrayMethod · 0.95
TestContextTypedArraysFunction · 0.80
TestDeprecatedAPIsFunction · 0.80
unmarshalSliceMethod · 0.80
TestTypedArraysFunction · 0.80
TestValueTypedArraysFunction · 0.80

Calls 1

typedArrayTypeMethod · 0.95

Tested by 5

TestContextTypedArraysFunction · 0.64
TestDeprecatedAPIsFunction · 0.64
TestTypedArraysFunction · 0.64
TestValueTypedArraysFunction · 0.64