Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ Process
Method
Process
src/Phobos.Ext.cpp:85–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
{
84
template <typename T>
85
static bool Process()
86
{
87
if constexpr (Clearable<T>)
88
T::Clear();
89
else if constexpr (HasExtMap<T>)
90
T::ExtMap.Clear();
91
92
return true;
93
}
94
};
95
96
// calls:
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected