MCPcopy Index your code
hub / github.com/coder/coder / handleGet

Method handleGet

agent/agentcontextconfig/api.go:216–219  ·  view source on GitHub ↗
(rw http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

214}
215
216func (api *API) handleGet(rw http.ResponseWriter, r *http.Request) {
217 response, _ := Resolve(api.workingDir(), api.cfg)
218 httpapi.Write(r.Context(), rw, http.StatusOK, response)
219}
220
221// readInstructionFiles reads instruction files from each given
222// directory. Missing directories are silently skipped. Duplicate

Callers

nothing calls this directly

Calls 3

WriteFunction · 0.92
ResolveFunction · 0.85
ContextMethod · 0.65

Tested by

no test coverage detected