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

Method nextUrlProcessor

packages/decap-cms-backend-gitea/src/API.ts:243–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 }
242
243 nextUrlProcessor() {
244 return (url: string) => url;
245 }
246
247 async requestAllPages<T>(url: string, options: Options = {}) {
248 options = { cache: 'no-cache', ...options };

Callers 1

requestAllPagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected