Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vishvananda/netlink
/ Write
Method
Write
socket_linux.go:35–38 ·
view source on GitHub ↗
(c byte)
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(b *writeBuffer) Write(c byte) {
36
b.Bytes[b.pos] = c
37
b.pos++
38
}
39
40
func
(b *writeBuffer) Next(n int) []byte {
41
s := b.Bytes[b.pos : b.pos+n]
Callers
15
Serialize
Method · 0.95
Serialize
Method · 0.95
Serialize
Method · 0.95
udpFlowCreateProg
Function · 0.80
addVxlanAttrs
Function · 0.80
linkModify
Method · 0.80
addGeneveAttrs
Function · 0.80
vethStatsSerialize
Function · 0.80
Encode
Method · 0.80
SerializeRtab
Function · 0.80
parseTcStats
Function · 0.80
parseGnetStats
Function · 0.80
Calls
no outgoing calls
Tested by
1
udpFlowCreateProg
Function · 0.64