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

Struct CodeEmbeddings

pkg/embedder/client.go:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type CodeEmbeddings struct {
33 Embeddings []CodeEmbeddingChunk `json:"embeddings"`
34}
35
36type CodeEmbeddingsResponse struct {
37 Results map[string]CodeEmbeddings `json:"results"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected