Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ TabSplitter
Method
TabSplitter
DebugView++Lib/FileIO.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
{
25
public:
26
explicit TabSplitter(const std::string& text) :
27
m_it(text.begin()),
28
m_end(text.end())
29
{
30
}
31
32
std::string GetNext()
33
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected