Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ drawLine
Method
drawLine
src/tests/unit_tests/eterm_test.cpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
public:
49
bool drawBegin( Uint32, Uint32 ) override { return true; }
50
void drawLine( Line, int, int, int ) override {}
51
void drawCursor( int, int, TerminalGlyph, int, int, TerminalGlyph ) override {}
52
void drawEnd() override {}
53
};
Callers
1
screen2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected