MCPcopy Create free account
hub / github.com/encodeous/nylon / fdProto

Function fdProto

core/ipc_handler.go:336–341  ·  view source on GitHub ↗
(fd state.FD)

Source from the content-addressed store, hash-verified

334}
335
336func fdProto(fd state.FD) *protocol.FD {
337 return &protocol.FD{
338 Seqno: uint32(fd.Seqno),
339 Metric: fd.Metric,
340 }
341}
342
343func pubRouteProto(route state.PubRoute) *protocol.PubRoute {
344 return &protocol.PubRoute{

Callers 2

pubRouteProtoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected