MCPcopy Create free account
hub / github.com/decaporg/decap-cms / fromFetchArguments

Function fromFetchArguments

packages/decap-cms-lib-util/src/unsentRequest.js:45–49  ·  view source on GitHub ↗
(wholeURL, options)

Source from the content-addressed store, hash-verified

43}
44
45function fromFetchArguments(wholeURL, options) {
46 return fromURL(wholeURL).merge(
47 (options ? fromJS(options) : Map()).remove('url').remove('params'),
48 );
49}
50
51function encodeParams(params) {
52 return params

Callers

nothing calls this directly

Calls 3

fromURLFunction · 0.85
fromJSFunction · 0.85
MapInterface · 0.85

Tested by

no test coverage detected