MCPcopy Create free account
hub / github.com/SpartanJ/eepp / gmatch

Method gmatch

src/eepp/system/patternmatcher.cpp:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171PatternMatcher::Match PatternMatcher::gmatch( const char* s ) & {
172 return PatternMatcher::Match( *this, s, false );
173}
174
175PatternMatcher::Match PatternMatcher::gmatch( const std::string& s ) & {
176 return PatternMatcher::Match( *this, s, false );

Callers 5

getReplaceTextFunction · 0.80
runLinterMethod · 0.80
getDocumentSymbolsMethod · 0.80
runSpellCheckerMethod · 0.80
checkAutoCloseXMLTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected