MCPcopy Create free account
hub / github.com/explorerhq/sql-explorer / serializeParams

Method serializeParams

explorer/src/js/explorer.js:119–125  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

117 }
118
119 serializeParams(params) {
120 var args = [];
121 for(var key in params) {
122 args.push(key + ":" + params[key]);
123 }
124 return encodeURIComponent(args.join("|"));
125 }
126
127 updateQueryString(key, value, url) {
128 // http://stackoverflow.com/a/11654596/221390

Callers 1

bindMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected