MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / hex

Function hex

g2all/900/module/utils.js:71–73  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

69 } catch (e) {}
70}
71
72// alignment must be 32 bits and is a power of 2
73export function align(a, alignment) {
74 if (!(a instanceof Int)) {
75 a = new Int(a);
76 }

Callers 7

lapse.jsFile · 0.90
make_aliased_rthdrsFunction · 0.90
race_oneFunction · 0.90
leak_kernel_addrsFunction · 0.90
double_free_reqs1Function · 0.90
psfree.jsFile · 0.90
make_arwFunction · 0.90

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected