MCPcopy Create free account
hub / github.com/RenderKit/oidn / addCharToPattern

Method addCharToPattern

external/catch.hpp:5236–5240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5234 void addTagPattern();
5235
5236 inline void addCharToPattern(char c) {
5237 m_substring += c;
5238 m_patternName += c;
5239 m_realPatternPos++;
5240 }
5241
5242 };
5243 TestSpec parseTestSpec( std::string const& arg );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected