Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ clear
Method
clear
Libraries/Plugin/Plugin.h:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
{
41
constexpr size_t size() const { return numValues; }
42
constexpr void clear() { numValues = 0; }
43
44
operator Span<const T>() const { return {values, numValues}; }
45
Callers
1
storeTentativePluginFolder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected