Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ draw
Method
draw
test/Graphics/Drawable.test.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
private:
19
void draw(sf::RenderTarget&, sf::RenderStates) const override
20
{
21
++m_callCount;
22
}
23
24
mutable int m_callCount{};
25
};
Callers
2
Drawable.test.cpp
File · 0.45
Render.test.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected