MCPcopy Create free account
hub / github.com/EsperoTech/yaade / formatKeyValuePairs

Function formatKeyValuePairs

server/src/main/resources/jasmine.js:5259–5267  ·  view source on GitHub ↗
(pp, keyValuePairs)

Source from the content-addressed store, hash-verified

5257 }
5258
5259 function formatKeyValuePairs(pp, keyValuePairs) {
5260 let formatted = '';
5261
5262 for (const [key, value] of keyValuePairs) {
5263 formatted += '\n ' + key.toString() + ': ' + pp(value);
5264 }
5265
5266 return formatted;
5267 }
5268
5269 return MatchersUtil;
5270};

Callers 1

Calls 2

ppFunction · 0.70
toStringMethod · 0.45

Tested by

no test coverage detected