Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ nextUrlProcessor
Method
nextUrlProcessor
packages/decap-cms-backend-github/src/API.ts:393–395 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
391
}
392
393
nextUrlProcessor() {
394
return
(url: string) => url;
395
}
396
397
async
requestAllPages<T>(url: string, options: Options = {}) {
398
options = { cache:
'no-cache'
, ...options };
Callers
1
requestAllPages
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected