MCPcopy
hub / github.com/cpaczek/skylight / pick

Function pick

web/src/tracker/Tracker.tsx:27–27  ·  view source on GitHub ↗
(hex: string | null)

Source from the content-addressed store, hash-verified

25 }
26
27 const pick = (hex: string | null) => conn.send({ type: "manualTarget", hex });
28
29 return (
30 <div className="tracker">

Callers 1

TrackerFunction · 0.70

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected