MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / DataView

Method DataView

napi-inl.h:2371–2371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2369}
2370
2371inline DataView::DataView() : Object() {}
2372
2373inline DataView::DataView(napi_env env, napi_value value) : Object(env, value) {
2374 napi_status status = napi_get_dataview_info(_env,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected