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

Method include_call

inst/include/Rcpp/exceptions.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 record_stack_trace();
48 }
49 bool include_call() const {
50 return include_call_;
51 }
52 virtual ~exception() throw() {}
53 virtual const char* what() const throw() {
54 return message.c_str(); // #nocov end

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected