MCPcopy Index your code
hub / github.com/coder/coder / pathString

Function pathString

tailnet/test/integration/integration.go:736–751  ·  view source on GitHub ↗
(path capture.Path)

Source from the content-addressed store, hash-verified

734}
735
736func pathString(path capture.Path) string {
737 switch path {
738 case capture.FromLocal:
739 return "Local"
740 case capture.FromPeer:
741 return "Peer"
742 case capture.SynthesizedToLocal:
743 return "SynthesizedToLocal"
744 case capture.SynthesizedToPeer:
745 return "SynthesizedToPeer"
746 case capture.PathDisco:
747 return "Disco"
748 default:
749 return "<<UNKNOWN>>"
750 }
751}

Callers 1

LogPacketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected