()
| 150 | } |
| 151 | |
| 152 | func (v Value) IsContainer() bool { |
| 153 | return IsContainerType(v.Type()) |
| 154 | } |
| 155 | |
| 156 | // String implements fmt.Stringer.String. It should only be used for logs, |
| 157 | // debugging, etc. Any caller that requires a specific output format should use |
nothing calls this directly
no test coverage detected