MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / openGroup

Method openGroup

logger/formatter_structured.go:135–138  ·  view source on GitHub ↗

openGroup opens a new group of attributes.

(name string)

Source from the content-addressed store, hash-verified

133
134// openGroup opens a new group of attributes.
135func (s *formatterStructured) openGroup(name string) {
136 s.prefix.appendStringRaw(name)
137 s.prefix.append('.')
138}
139
140// closeGroup closes the most recently opened group of attributes.
141func (s *formatterStructured) closeGroup(name string) {

Callers 2

formatMethod · 0.95
appendGroupMethod · 0.95

Calls 2

appendStringRawMethod · 0.80
appendMethod · 0.80

Tested by

no test coverage detected