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

Method create

packages/decap-cms-lib-util/src/Cursor.ts:99–101  ·  view source on GitHub ↗
(...args: {}[])

Source from the content-addressed store, hash-verified

97 meta?: Map<string, any>;
98
99 static create(...args: {}[]) {
100 return new Cursor(...args);
101 }
102
103 constructor(...args: {}[]) {
104 if (args[0] instanceof Cursor) {

Callers 15

GitHubClass · 0.80
listEntriesMethod · 0.80
traverseCursorMethod · 0.80
entriesLoadedFunction · 0.80
addAppendActionsToCursorFunction · 0.80
loadEntriesFunction · 0.80
cursorsFunction · 0.80
EntriesSearchClass · 0.80
GiteaClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected