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