MCPcopy Create free account
hub / github.com/compiler-explorer/compiler-explorer / align4

Function align4

test/dotnet-parser-tests.ts:110–112  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

108}
109
110function align4(value: number) {
111 return (value + 3) & ~3;
112}
113
114class StringHeapBuilder {
115 private readonly indexes = new Map<string, number>();

Callers 1

metadataRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected