MCPcopy Create free account
hub / github.com/nodejs/nan / ~ExtString

Method ~ExtString

test/cpp/morenews.cpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43class ExtString : public v8::String::ExternalStringResource {
44 public:
45 ~ExtString() { }
46 const uint16_t *data() const { return ws; }
47 size_t length() const { return sizeof (ws) / sizeof (*ws) - 1; }
48};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected