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

Method exportToArrayOrSlice

object_dynamic.go:515–517  ·  view source on GitHub ↗
(dst reflect.Value, typ reflect.Type, ctx *objectExportCtx)

Source from the content-addressed store, hash-verified

513}
514
515func (o *baseDynamicObject) exportToArrayOrSlice(dst reflect.Value, typ reflect.Type, ctx *objectExportCtx) error {
516 return genericExportToArrayOrSlice(o.val, dst, typ, ctx)
517}
518
519func (o *dynamicObject) equal(impl objectImpl) bool {
520 if other, ok := impl.(*dynamicObject); ok {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected