Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createSerialRequestSource
Function · 0.80
ble_esp32.cpp.hpp
File · 0.80
FL_TEST_FILE
Function · 0.80
FL_TEST_FILE
Function · 0.80
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected