Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
444
export
function
configLoading() {
445
return
{
446
type
: CONFIG_REQUEST,
447
} as
const
;
448
}
449
450
export
function
configFailed(err: Error) {
451
return
{
Callers
2
config.spec.js
File · 0.90
loadConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected