Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compiler-explorer/compiler-explorer
/ byRef
Function
byRef
test/dotnet-parser-tests.ts:258–260 ·
view source on GitHub ↗
(element: Buffer)
Source
from the content-addressed store, hash-verified
256
}
257
258
function
byRef(element: Buffer) {
259
return
Buffer.concat([bytes(0x10), element]);
260
}
261
262
function
pointer(element: Buffer) {
263
return
Buffer.concat([bytes(0x0f), element]);
Callers
1
ecma335Fixture
Function · 0.85
Calls
1
bytes
Function · 0.85
Tested by
no test coverage detected