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

Function configLoading

packages/decap-cms-core/src/actions/config.ts:444–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442}
443
444export function configLoading() {
445 return {
446 type: CONFIG_REQUEST,
447 } as const;
448}
449
450export function configFailed(err: Error) {
451 return {

Callers 2

config.spec.jsFile · 0.90
loadConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected