Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ createPost
Function
createPost
cypress/utils/steps.js:292–295 ·
view source on GitHub ↗
(entry)
Source
from the content-addressed store, hash-verified
290
}
291
292
function
createPost(entry) {
293
newPost();
294
populateEntry(entry);
295
}
296
297
function
createPostAndExit(entry) {
298
createPost(entry);
Callers
3
editorial_workflow_spec_test_backend.js
File · 0.90
editorial_workflow.js
File · 0.90
createPostAndExit
Function · 0.85
Calls
2
newPost
Function · 0.85
populateEntry
Function · 0.85
Tested by
no test coverage detected