Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ messageWrapper
Function
messageWrapper
inst/tinytest/cpp/misc.cpp:229–231 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
227
228
// [[Rcpp::export]]
229
void messageWrapper(SEXP s) {
230
message(s);
231
}
Callers
nothing calls this directly
Calls
1
message
Function · 0.85
Tested by
no test coverage detected