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

Method inComment

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

Source from the content-addressed store, hash-verified

468 CommentState& operator=(const CommentState&);
469 public:
470 bool inComment() const { return inComment_; }
471 void submitLine(const std::string& line);
472 void reset() { inComment_ = false; }
473 private:

Callers 3

parseSourceDependenciesFunction · 0.80
parseEmbeddedRFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected