Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
function
align4(value: number) {
111
return
(value + 3) & ~3;
112
}
113
114
class
StringHeapBuilder {
115
private readonly indexes =
new
Map<string, number>();
Callers
1
metadataRoot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected