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

Method length

nan.h:1226–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224 }
1225
1226 inline int length() const {
1227 return length_;
1228 }
1229
1230 inline char* operator*() { return str_; }
1231 inline const char* operator*() const { return str_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected