MCPcopy Create free account
hub / github.com/encoder-run/operator / Index

Struct Index

pkg/database/database.go:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86type Index struct {
87 URL string `gorm:"primaryKey;type:varchar(255)"`
88 Blob []byte
89}
90
91type CodeEmbedding struct {
92 URL string `gorm:"primaryKey;type:varchar(255)"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected