MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / is_na

Method is_na

inst/include/Rcpp/String.h:655–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653 cetype_t enc;
654
655 inline bool is_na() const { return data == NA_STRING; }
656 inline void setBuffer() {
657 if (!buffer_ready) {
658 buffer = char_nocheck(data);

Callers 1

StringClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected