MCPcopy
hub / github.com/claude-code-best/claude-code / getPeers

Method getPeers

src/utils/lanBeacon.ts:167–169  ·  view source on GitHub ↗

* Get all currently known peers (excluding self).

()

Source from the content-addressed store, hash-verified

165 * Get all currently known peers (excluding self).
166 */
167 getPeers(): Map<string, LanAnnounce> {
168 return new Map(this.peers)
169 }
170
171 /**
172 * Update the announce data (e.g., when role changes).

Callers 5

lanBeacon.test.tsFile · 0.80
callFunction · 0.80
callFunction · 0.80
refreshDiscoveredPipesFunction · 0.80
runMainHeartbeatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected