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

Method length

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

Source from the content-addressed store, hash-verified

53 ~ExtAsciiString() { }
54 const char *data() const { return s; }
55 size_t length() const { return sizeof (s) / sizeof (*s) - 1; }
56};
57
58NAN_METHOD(NewExternalStringResource) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected