Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
func
Quoted(s string) bool {
96
return
s[0] == 34 && s[len(s)-1] == 34
97
}
98
99
func
createProtocolRange(hclRange hcl.Range, quoted bool) protocol.Range {
100
if
quoted {
Callers
4
DocumentLink
Function · 0.85
DocumentHighlight
Function · 0.85
hoveredVariableName
Function · 0.85
CalculateBlockLocation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected