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

Class Dummy

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

Source from the content-addressed store, hash-verified

1549template <typename T>
1550String String::From(napi_env env, const T& value) {
1551 struct Dummy {};
1552 using Helper = typename std::conditional<
1553 std::is_convertible<T, const char*>::value,
1554 details::vf_utf8_charp,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected