MCPcopy Create free account
hub / github.com/FastLED/FastLED / available

Function available

src/fl/stl/cstdio.cpp.hpp:111–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111int available() {
112#ifdef FASTLED_TESTING
113 // Check for injected handler first
114 if (get_available_handler()) {
115 return get_available_handler()();
116 }
117#endif
118
119 // Delegate to platform implementation
120 return platforms::available();
121}
122
123int peek() {
124 return platforms::peek();

Callers 15

eofMethod · 0.70
readLineMethod · 0.70
skipWhitespaceMethod · 0.70
readTokenMethod · 0.70
istream.cpp.hppFile · 0.70
getMethod · 0.70
peekMethod · 0.70
availableMethod · 0.50
availableMethod · 0.50
readStringMethod · 0.50
readStringUntilMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected