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

Function Quoted

internal/bake/hcl/documentHighlight.go:95–97  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

93}
94
95func Quoted(s string) bool {
96 return s[0] == 34 && s[len(s)-1] == 34
97}
98
99func createProtocolRange(hclRange hcl.Range, quoted bool) protocol.Range {
100 if quoted {

Callers 4

DocumentLinkFunction · 0.85
DocumentHighlightFunction · 0.85
hoveredVariableNameFunction · 0.85
CalculateBlockLocationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected