(message)
| 63 | |
| 64 | // Updates the message in the "sample" output row. |
| 65 | export function updateSampleRowMessage(message) { |
| 66 | sampleRowMessageElement.textContent = message; |
| 67 | }; |
| 68 | |
| 69 | /** |
| 70 | * Creates an HTML table, using div elements, to display the key-value pairs |
nothing calls this directly
no outgoing calls
no test coverage detected