MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / formatKeyValuePairs

Function formatKeyValuePairs

ui/plugins/ui/jasmine/jasmine.js:4904–4912  ·  view source on GitHub ↗
(pp, keyValuePairs)

Source from the content-addressed store, hash-verified

4902 }
4903
4904 function formatKeyValuePairs(pp, keyValuePairs) {
4905 let formatted = ""
4906
4907 for (const [key, value] of keyValuePairs) {
4908 formatted += "\n " + key.toString() + ": " + pp(value)
4909 }
4910
4911 return formatted
4912 }
4913
4914 return MatchersUtil
4915}

Callers 1

Calls 2

toStringMethod · 0.80
ppFunction · 0.70

Tested by

no test coverage detected