MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / SetDWord

Method SetDWord

Int.cpp:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313// ------------------------------------------------
314
315void Int::SetDWord(int n,uint32_t b) {
316 bits[n] = b;
317}
318
319// ------------------------------------------------
320

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected