Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpacehuhnTech/SimpleCLI
/ pause
Method
pause
src/SimpleCLI.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void SimpleCLI::pause() {
24
pauseParsing = true;
25
}
26
27
void SimpleCLI::unpause() {
28
pauseParsing = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected