Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ name
Method
name
Kernel/include/ttraits.h:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
class TTraits{
7
public:
8
static const char* name(){
9
return
"undefined"
;
10
}
11
};
12
template<>
13
class TTraits <int32_t>{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected