Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ next
Method
next
src/eepp/system/patternmatcher.cpp:124–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void PatternMatcher::Match::next() {
125
int m1 = 0, m2 = 0;
126
mState->range( 0, m1, m2 );
127
mString += m2;
128
mLength -= m2;
129
}
130
131
std::string PatternMatcher::Match::group( int idx ) const {
132
int m1, m2;
Callers
1
gsub
Method · 0.45
Calls
1
range
Method · 0.80
Tested by
no test coverage detected