MCPcopy Create free account
hub / github.com/NobyDa/Script / formatArgument

Function formatArgument

TestFlight/TestFlightAccount.js:115–117  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

113}
114
115function formatArgument(s) {
116 return Object.fromEntries(s.split('&').map(item => item.split('=')))
117}
118
119function ChangeHeaders(id) {
120 const re = JSON.parse(JSON.stringify(req)); //easy deep copy

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected