MCPcopy Create free account
hub / github.com/SFML/SFML / close

Function close

src/SFML/Graphics/Font.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 return count > 0 ? 0 : 1; // error code is 0 if we're reading, or nonzero if we're seeking
70}
71void close(FT_Stream)
72{
73}
74
75// Helper to interpret memory as a specific type
76template <typename T, typename U>

Callers 15

createMethod · 0.85
closeMethod · 0.85
createMethod · 0.85
isJoystickFunction · 0.85
openMethod · 0.85
closeMethod · 0.85
isJoystickFunction · 0.85
openMethod · 0.85
closeMethod · 0.85
cleanupFunction · 0.85
findDrmDeviceFunction · 0.85
uninitFileDescriptorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected