Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ ungetc
Method
ungetc
src/e9patch/e9json.cpp:102–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void ungetc(char c)
103
{
104
if (c ==
'\n'
)
105
lineno--;
106
::ungetc(c, stream);
107
}
108
109
bool isPipe(void)
110
{
Callers
1
peekToken
Function · 0.80
Calls
1
ungetc
Function · 0.85
Tested by
no test coverage detected