Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ test_String_embeddedNul
Function
test_String_embeddedNul
inst/tinytest/cpp/String.cpp:148–151 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
146
147
// [[Rcpp::export]]
148
String test_String_embeddedNul() {
149
std::string bad(
"abc\0abc"
, 7);
150
return String(bad);
151
}
Callers
nothing calls this directly
Calls
1
String
Class · 0.50
Tested by
no test coverage detected