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

Method closeGroup

logger/formatter_structured.go:141–143  ·  view source on GitHub ↗

closeGroup closes the most recently opened group of attributes.

(name string)

Source from the content-addressed store, hash-verified

139
140// closeGroup closes the most recently opened group of attributes.
141func (s *formatterStructured) closeGroup(name string) {
142 s.prefix.remove(len(name) + 1) // +1 for the dot
143}

Callers 1

appendGroupMethod · 0.95

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected