MCPcopy Create free account
hub / github.com/B33pBeeps/redthread / StringEnd

Struct StringEnd

internal/app/notes.go:157–161  ·  view source on GitHub ↗

--- String connections ------------------------------------------------

Source from the content-addressed store, hash-verified

155// --- String connections ------------------------------------------------
156
157type StringEnd struct {
158 NoteID string `json:"note,omitempty"`
159 X int `json:"x,omitempty"` // WORLD coord (for wall pins)
160 Y int `json:"y,omitempty"`
161}
162
163type StringConn struct {
164 A StringEnd `json:"a"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected