MCPcopy Create free account
hub / github.com/dim-an/cod / notifyExecutableUpdate

Method notifyExecutableUpdate

server/server.go:272–276  ·  view source on GitHub ↗
(executablePath string)

Source from the content-addressed store, hash-verified

270}
271
272func (s *serverImpl) notifyExecutableUpdate(executablePath string) {
273 for _, si := range s.shellInfoMap {
274 si.executablesToUpdate[executablePath] = true
275 }
276}
277
278func (s *serverImpl) handleAttach(req *AttachRequest, _ *util.Warner) (rsp AttachResponse, err error) {
279 s.mutex.Lock()

Callers 2

handleRemoveCommandsMethod · 0.95
handleAddHelpPageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected