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

Method remove

src/attributes.cpp:1937–1939  ·  view source on GitHub ↗

Remove the generated file entirely

Source from the content-addressed store, hash-verified

1935
1936 // Remove the generated file entirely
1937 bool ExportsGenerator::remove() {
1938 return removeFile(targetFile_);
1939 }
1940
1941 // Convert a possible dot in package name to underscore as needed for header file
1942 std::string ExportsGenerator::dotNameHelper(const std::string & name) const {

Callers 1

compileAttributesFunction · 0.45

Calls 4

removeFileFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected