MCPcopy Index your code
hub / github.com/subtrace/subtrace / htons

Function htons

cmd/run/engine/process/process.go:316–316  ·  view source on GitHub ↗
(x uint16)

Source from the content-addressed store, hash-verified

314}
315
316func htons(x uint16) uint16 { return (x&0xff)<<8 | (x >> 8) }

Callers 2

vmReadSockaddrMethod · 0.85
vmWriteSockaddrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected