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

Struct EmbeddingClient

pkg/embedder/client.go:12–15  ·  view source on GitHub ↗

Client for embedding source code files

Source from the content-addressed store, hash-verified

10
11// Client for embedding source code files
12type EmbeddingClient struct {
13 httpClient *http.Client
14 baseURL string
15}
16
17type CodeEmbeddingRequest struct {
18 Path string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected