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

Method remove_suffix

src/fl/stl/string_view.h:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 void remove_suffix(fl::size n) FL_NOEXCEPT {
112 if (n > mSize) n = mSize;
113 mSize -= n;
114 }
115
116 void swap(string_view& other) FL_NOEXCEPT {
117 const char* tmp_data = mData;

Callers 5

ble_esp32.cpp.hppFile · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected