Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compiler-explorer/compiler-explorer
/ bytes
Function
bytes
test/dotnet-parser-tests.ts:70–72 ·
view source on GitHub ↗
(...values: number[])
Source
from the content-addressed store, hash-verified
68
});
69
70
function
bytes(...values: number[]) {
71
return
Buffer.from(values);
72
}
73
74
function
u16(value: number) {
75
const
buffer = Buffer.alloc(2);
Callers
11
compressedUInt
Function · 0.85
tableStream
Function · 0.85
methodSignature
Function · 0.85
genericInstance
Function · 0.85
szArray
Function · 0.85
mdArray
Function · 0.85
byRef
Function · 0.85
pointer
Function · 0.85
functionPointer
Function · 0.85
fieldSignature
Function · 0.85
ecma335Fixture
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected