Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ callCount
Method
callCount
test/Graphics/Drawable.test.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
{
12
public:
13
int callCount() const
14
{
15
return m_callCount;
16
}
17
18
private:
19
void draw(sf::RenderTarget&, sf::RenderStates) const override
Callers
1
Drawable.test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected