Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GitHub
Class · 0.80
implementation.spec.js
File · 0.80
listEntries
Method · 0.80
traverseCursor
Method · 0.80
entriesLoaded
Function · 0.80
addAppendActionsToCursor
Function · 0.80
loadEntries
Function · 0.80
cursors
Function · 0.80
EntriesCollection.js
File · 0.80
EntriesSearch
Class · 0.80
Gitea
Class · 0.80
implementation.spec.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected