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

Method Keys

internal/pkg/document/manager.go:212–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212func (m *Manager) Keys() []uri.URI {
213 m.mu.Lock()
214 defer m.mu.Unlock()
215 keys := make([]uri.URI, 0, len(m.docs))
216 for k := range m.docs {
217 keys = append(keys, k)
218 }
219 return keys
220}
221
222func (m *Manager) readAndParse(ctx context.Context, u uri.URI) (bool, error) {
223 identifier := protocol.DockerfileLanguage

Callers 1

recomputeDiagnosticsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected