MCPcopy Index your code
hub / github.com/tailscale/tailscale / VeryConcise

Method VeryConcise

types/netmap/netmap.go:329–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327}
328
329func (nm *NetworkMap) VeryConcise() string {
330 buf := new(strings.Builder)
331 nm.printConciseHeader(buf)
332 return buf.String()
333}
334
335// PeerWithStableID finds and returns the peer associated to the inputted StableNodeID.
336func (nm *NetworkMap) PeerWithStableID(pid tailcfg.StableNodeID) (_ tailcfg.NodeView, ok bool) {

Callers 1

Calls 2

printConciseHeaderMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected