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:368–370 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
366
}
367
368
nextUrlProcessor() {
369
return
(url: string) => url;
370
}
371
372
async
requestAllPages<T>(url: string, options: Options = {}) {
373
options = { cache:
'no-cache'
, ...options };
Callers
1
requestAllPages
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected