MCPcopy Create free account
hub / github.com/PaulleDemon/PyUIBuilder / convertObjectToKeyValueString

Function convertObjectToKeyValueString

src/utils/common.js:68–72  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

66 * @returns
67 */
68export function convertObjectToKeyValueString(obj){
69 return Object.entries(obj)
70 .map(([key, value]) => `${key}=${value}`)
71 .join(', ')
72}
73
74
75/**

Callers 15

generateCodeMethod · 0.90
generateCodeMethod · 0.90
generateCodeMethod · 0.90
generateCodeMethod · 0.90
generateCodeFunction · 0.90
getLayoutCodeFunction · 0.90
generateCodeFunction · 0.90
generateCodeFunction · 0.90
generateCodeFunction · 0.90
getLayoutCodeFunction · 0.90
generateCodeFunction · 0.90
generateCodeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected