| 1750 | } |
| 1751 | |
| 1752 | type keyValueEntry struct { |
| 1753 | key string |
| 1754 | value string |
| 1755 | valueType ValueType |
| 1756 | } |
| 1757 | |
| 1758 | // Test helper for SYS-REQ-007. |
| 1759 | func (kv keyValueEntry) String() string { |
nothing calls this directly
no outgoing calls
no test coverage detected