MCPcopy Create free account
hub / github.com/docker/docker-language-server / Remove

Method Remove

internal/pkg/document/manager.go:206–210  ·  view source on GitHub ↗
(u uri.URI)

Source from the content-addressed store, hash-verified

204}
205
206func (m *Manager) Remove(u uri.URI) {
207 m.mu.Lock()
208 defer m.mu.Unlock()
209 m.removeAndCleanup(u)
210}
211
212func (m *Manager) Keys() []uri.URI {
213 m.mu.Lock()

Callers 2

TestWriteFunction · 0.80
TextDocumentDidCloseMethod · 0.80

Calls 1

removeAndCleanupMethod · 0.95

Tested by 1

TestWriteFunction · 0.64