MCPcopy Create free account
hub / github.com/nodejs/nan / Copy

Method Copy

nan.h:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 static const bool kResetInDestructor = true;
216 template <typename S, typename M>
217 static NAN_INLINE void Copy(const v8::Persistent<S, M> &source,
218 CopyablePersistent *dest) {
219 }
220};
221#else
222template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected