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

Method get_sexp

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

Source from the content-addressed store, hash-verified

553 }
554
555 inline SEXP get_sexp() const {
556 RCPP_STRING_DEBUG_1("String::get_sexp const (valid = %d) ", valid);
557 return valid ? data : get_sexp_impl();
558 }
559
560 inline SEXP get_sexp() {
561 RCPP_STRING_DEBUG_1("String::get_sexp (valid = %d) ", valid);

Callers 8

operator==Method · 0.45
StringMethod · 0.45
StringClass · 0.45
operator==Method · 0.45
operator!=Method · 0.45
String.hFile · 0.45
getMethod · 0.45
String>Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected