MCPcopy 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_testsFunction · 0.80
serializeMethod · 0.80

Calls

no outgoing calls

Tested by 1

XBuffer_testsFunction · 0.64