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

Method create

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

Source from the content-addressed store, hash-verified

98 meta?: Map<string, any>;
99
100 static create(...args: {}[]) {
101 return new Cursor(...args);
102 }
103
104 constructor(...args: {}[]) {
105 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