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

Method exportToMap

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

Source from the content-addressed store, hash-verified

509}
510
511func (o *baseDynamicObject) exportToMap(dst reflect.Value, typ reflect.Type, ctx *objectExportCtx) error {
512 return genericExportToMap(o.val, dst, typ, ctx)
513}
514
515func (o *baseDynamicObject) exportToArrayOrSlice(dst reflect.Value, typ reflect.Type, ctx *objectExportCtx) error {
516 return genericExportToArrayOrSlice(o.val, dst, typ, ctx)

Callers

nothing calls this directly

Calls 1

genericExportToMapFunction · 0.85

Tested by

no test coverage detected