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

Struct CodeEmbeddingRequest

pkg/embedder/client.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type CodeEmbeddingRequest struct {
18 Path string
19 Content string
20 Hash string
21}
22
23type CodeEmbeddingChunk struct {
24 ChunkID int `json:"chunk_id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected