Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ GetByte
Method
GetByte
Int.cpp:276–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
// ------------------------------------------------
275
276
unsigned char Int::GetByte(int n) {
277
278
unsigned char *bbPtr = (unsigned char *)bits;
279
return bbPtr[n];
280
281
}
282
283
void Int::Set32Bytes(unsigned char *bytes) {
284
Callers
1
GetBaseN
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected