MCPcopy 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
292function createPost(entry) {
293 newPost();
294 populateEntry(entry);
295}
296
297function createPostAndExit(entry) {
298 createPost(entry);

Calls 2

newPostFunction · 0.85
populateEntryFunction · 0.85

Tested by

no test coverage detected