MCPcopy 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{
12public:
13 int callCount() const
14 {
15 return m_callCount;
16 }
17
18private:
19 void draw(sf::RenderTarget&, sf::RenderStates) const override

Callers 1

Drawable.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected