MCPcopy Create free account
hub / github.com/dop251/goja / exportToArrayOrSlice

Method exportToArrayOrSlice

destruct.go:242–244  ·  view source on GitHub ↗
(dst reflect.Value, typ reflect.Type, ctx *objectExportCtx)

Source from the content-addressed store, hash-verified

240}
241
242func (d *destructKeyedSource) exportToArrayOrSlice(dst reflect.Value, typ reflect.Type, ctx *objectExportCtx) error {
243 return d.w().exportToArrayOrSlice(dst, typ, ctx)
244}
245
246func (d *destructKeyedSource) equal(impl objectImpl) bool {
247 return d.w().equal(impl)

Callers

nothing calls this directly

Calls 2

wMethod · 0.95
exportToArrayOrSliceMethod · 0.65

Tested by

no test coverage detected