Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agraef/pure-lang
/ ProcessInput
Method
ProcessInput
purepad/evalview.cpp:558–563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
556
}
557
558
void CEvalView::ProcessInput()
559
{
560
LPTSTR s = m_pipe.Read();
561
Append(s, TRUE);
562
delete[] s;
563
}
564
565
void CEvalView::OnViewFont()
566
{
Callers
1
OnInput
Method · 0.80
Calls
1
Read
Method · 0.45
Tested by
no test coverage detected