Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
68
export
function
convertObjectToKeyValueString(obj){
69
return
Object.entries(obj)
70
.map(([key, value]) => `${key}=${value}`)
71
.join(
', '
)
72
}
73
74
75
/**
Callers
15
generateCode
Method · 0.90
generateCode
Method · 0.90
generateCode
Method · 0.90
generateCode
Method · 0.90
generateCode
Function · 0.90
getLayoutCode
Function · 0.90
generateCode
Function · 0.90
generateCode
Function · 0.90
generateCode
Function · 0.90
getLayoutCode
Function · 0.90
generateCode
Function · 0.90
generateCode
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected