MCPcopy Create free account
hub / github.com/nodejs/nan / operator*

Method operator*

nan.h:1230–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228 }
1229
1230 inline char* operator*() { return str_; }
1231 inline const char* operator*() const { return str_; }
1232
1233 inline ~Utf8String() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected