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

Method BigInt

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

Source from the content-addressed store, hash-verified

1152}
1153
1154inline BigInt::BigInt() : Value() {}
1155
1156inline BigInt::BigInt(napi_env env, napi_value value) : Value(env, value) {}
1157

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected