MCPcopy
hub / github.com/4ian/GDevelop / get

Method get

newIDE/app/flow-libs/indexeddb.js:92–92  ·  view source on GitHub ↗
(key: any|IDBKeyRange)

Source from the content-addressed store, hash-verified

90declare interface IDBIndex extends EventTarget {
91 count(key?: any|IDBKeyRange): IDBRequest;
92 get(key: any|IDBKeyRange): IDBRequest;
93 getKey(key: any|IDBKeyRange): IDBRequest;
94 openCursor(range?: any|IDBKeyRange, direction?: IDBDirection): IDBRequest;
95 openKeyCursor(range?: any|IDBKeyRange, direction?: IDBDirection): IDBRequest;

Callers 15

adaptNamingConventionsFunction · 0.65
TestExtensions.jsFile · 0.65
processTasksMethod · 0.65
getMethod · 0.65
addMethod · 0.65
getBehaviorMethod · 0.65
createObjectOnSceneFunction · 0.65
getOrCreateListMethod · 0.65
getObjectsMethod · 0.65

Calls

no outgoing calls

Tested by 12

testCompletionsFunction · 0.52
checkConfigurationFunction · 0.52
runEventsFunction · 0.52
vFunction · 0.52
validateVolumeParameterFunction · 0.52
testExpressionFunction · 0.52
getFirstActionTypesFunction · 0.52
getPropertyValueFunction · 0.52
getAnimationFramesCountFunction · 0.52
getAnimationFramesPathsFunction · 0.52