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

Method Update

internal/pkg/document/document.go:26–26  ·  view source on GitHub ↗
(version int32, input []byte)

Source from the content-addressed store, hash-verified

24 Input() []byte
25 Version() int32
26 Update(version int32, input []byte) bool
27 Close()
28 LanguageIdentifier() protocol.LanguageIdentifier
29}

Callers 3

TestUpdateFunction · 0.95
TestParseFunction · 0.65
parseMethod · 0.65

Implementers 1

documentinternal/pkg/document/document.go

Calls

no outgoing calls

Tested by 2

TestUpdateFunction · 0.76
TestParseFunction · 0.52