Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ nargs
Method
nargs
inst/include/Rcpp/Module.h:286–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
std::string docstring ;
285
286
inline int nargs(){ return fact->nargs() ; }
287
inline void signature(std::string& buffer, const std::string& class_name){
288
fact->signature(buffer, class_name) ;
289
}
Callers
nothing calls this directly
Calls
1
nargs
Method · 0.45
Tested by
no test coverage detected