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

Method reset

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

Source from the content-addressed store, hash-verified

470 bool inComment() const { return inComment_; }
471 void submitLine(const std::string& line);
472 void reset() { inComment_ = false; }
473 private:
474 bool inComment_;
475 };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected