Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
func
(m *Manager) Remove(u uri.URI) {
207
m.mu.Lock()
208
defer
m.mu.Unlock()
209
m.removeAndCleanup(u)
210
}
211
212
func
(m *Manager) Keys() []uri.URI {
213
m.mu.Lock()
Callers
2
TestWrite
Function · 0.80
TextDocumentDidClose
Method · 0.80
Calls
1
removeAndCleanup
Method · 0.95
Tested by
1
TestWrite
Function · 0.64