Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ subString
Method
subString
compiler/cpp/tests/catch/catch.hpp:3764–3764 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3762
m_escapeChars.push_back( m_pos );
3763
}
3764
std::string subString() const { return m_arg.substr( m_start, m_pos - m_start ); }
3765
template<typename T>
3766
void addPattern() {
3767
std::string token = subString();
Callers
nothing calls this directly
Calls
1
substr
Method · 0.45
Tested by
no test coverage detected