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

Function createPost

cypress/utils/steps.js:293–296  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

291}
292
293function createPost(entry) {
294 newPost();
295 populateEntry(entry);
296}
297
298function createPostAndExit(entry) {
299 createPost(entry);

Calls 2

newPostFunction · 0.85
populateEntryFunction · 0.85

Tested by

no test coverage detected