Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ cat
Method
cat
rEFIt_UEFI/cpp_foundation/XBuffer.h:136–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
void ncat(const void *buf, size_t len);
135
136
void cat(bool b) { ncat(&b, sizeof(b)); };
137
138
void cat(char c) { ncat(&c, sizeof(c)); };
139
void cat(unsigned char c) { ncat(&c, sizeof(c)); };
Callers
2
XBuffer_tests
Function · 0.80
serialize
Method · 0.80
Calls
no outgoing calls
Tested by
1
XBuffer_tests
Function · 0.64