MCPcopy
hub / github.com/shuding/cobe / Marker

Interface Marker

src/index.d.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Marker {
2 location: [number, number]
3 size: number
4 color?: [number, number, number]
5 id?: string
6}
7
8export interface Arc {
9 from: [number, number]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…