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