Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
316
func
htons(x uint16) uint16 {
return
(x&0xff)<<8 | (x >> 8) }
Callers
2
vmReadSockaddr
Method · 0.85
vmWriteSockaddr
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected