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

Method ~Utf8String

nan.h:1233–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231 inline const char* operator*() const { return str_; }
1232
1233 inline ~Utf8String() {
1234 if (str_ != str_st_) {
1235 free(str_);
1236 }
1237 }
1238
1239 private:
1240 NAN_DISALLOW_ASSIGN_COPY_MOVE(Utf8String)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected