Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
function
formatArgument(s) {
116
return
Object.fromEntries(s.split(
'&'
).map(item => item.split(
'='
)))
117
}
118
119
function
ChangeHeaders(id) {
120
const
re = JSON.parse(JSON.stringify(req));
//easy deep copy
Callers
1
TestFlightAccount.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected