Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ S4_is_trackCurve
Function
S4_is_trackCurve
inst/tinytest/cpp/S4.cpp:63–65 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
61
62
// [[Rcpp::export]]
63
bool S4_is_trackCurve(S4 tr){
64
return tr.is(
"trackCurve"
) ;
65
}
66
67
// [[Rcpp::export]]
68
NumericVector S4_get_slot_x(S4 o){
Callers
nothing calls this directly
Calls
1
is
Method · 0.80
Tested by
no test coverage detected