MCPcopy Create free account

hub / github.com/ammarahm-ed/react-native-mmkv-storage / functions

Functions656 in github.com/ammarahm-ed/react-native-mmkv-storage

Methodconstructor
(id: string)
src/encryption.ts:37
Methodconstructor
(id: string)
src/mmkvinstance.ts:27
Methodconstructor
()
src/eventmanager.ts:3
Methodconstructor
(id: string)
src/indexer/strings.ts:9
Methodconstructor
(id: string)
src/indexer/maps.ts:11
Methodconstructor
(id: string)
src/indexer/indexer.ts:17
Methodconstructor
(id: string)
src/indexer/numbers.ts:10
Methodconstructor
(id: string)
src/indexer/booleans.ts:10
Methodconstructor
(id: string)
src/indexer/arrays.ts:11
MethodconsumeBytes
MMKV/Core/CodedInputDataCrypt.cpp:70
MethodcontainsKey
MMKV/Core/MMKV.cpp:1050
FunctioncopyFile
copy to a temp file then rename it this is the best we can do on Win32
MMKV/Core/MemoryFile_Win32.cpp:445
FunctioncopyFile
MMKV/Core/MemoryFile_OSX.cpp:90
FunctioncopyFileContent
do it by sendfile()
MMKV/Core/MemoryFile_Linux.cpp:92
FunctioncreateFunc
android/src/main/rnmmkv/rnmmkv-adapter.cpp:275
FunctioncreateMMKVRefHookForStorage
(storage: MMKVInstance)
src/hooks/useMMKVRef.ts:68
MethodcreateReactActivityDelegate
* Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate] * which allows you to enable New Architecture with a s
example/android/app/src/main/java/mmkvstorage/example/MainActivity.kt:20
MethoddecodeDouble
(String key)
android/src/main/java/com/ammarahmed/mmkv/MMKV.java:206
MethoddecodeMap
MMKV/Core/MiniPBCoder.cpp:648
MethoddecodeString
(long handle, String key, String defaultValue)
android/src/main/java/com/ammarahmed/mmkv/MMKV.java:254
MethoddecodeVector
MMKV/Core/MiniPBCoder.h:132
MethoddecodeVector
MMKV/Core/MiniPBCoder.cpp:600
Methoddecrypt
* You can decrypt an encrypted MMKV instance anytime, even after it is created. * Decrypting the storage will delete the key you encrypted it with
src/encryption.ts:97
MethoddefaultMMKV
MMKV/Core/MMKV.cpp:152
Methoddestroy
()
android/src/main/java/com/ammarahmed/mmkv/RNMMKVModule.java:44
MethoddisableAutoKeyExpire
MMKV/Core/MMKV_IO.cpp:1682
MethoddisableCompareBeforeSet
MMKV/Core/MMKV_IO.cpp:1907
MethoddisableIndexing
* Disable indexing values by data type.
src/mmkvloader.ts:132
MethoddoAppendDataWithKey
MMKV/Core/MMKV_IO.cpp:814
MethoddoCleanMemoryCache
MMKV/Core/MemoryFile.cpp:248
MethoddoCleanMemoryCache
MMKV/Core/MemoryFile_Win32.cpp:215
MethoddoFullWriteBack
MMKV/Core/MMKV_IO.cpp:1253
MethoddoLock
MMKV/Core/InterProcessLock.cpp:38
MethoddoOverrideDataWithKey
MMKV/Core/MMKV_IO.cpp:878
MethodenableAutoKeyExpire
MMKV/Core/MMKV_IO.cpp:1614
MethodenableCompareBeforeSet
MMKV/Core/MMKV_IO.cpp:1892
MethodencodeDataWithObject
MMKV/Core/MiniPBCoder.h:106
MethodencodeDataWithObject
MMKV/Core/MiniPBCoder.cpp:208
MethodencryptWithCustomKey
* Provide a custom key to encrypt the storage. Use this if you dont want to generate the key automatically. * You must call withEncryption() to use
src/mmkvloader.ts:87
Functionencrypted
* Check if the storage instance with the given ID is encrypted or not.
src/mmkv/IDStore.ts:26
MethodensureMemorySize
since we use append mode, when -[setData: forKey:] many times, space may not be enough try a full rewrite to make space
MMKV/Core/MMKV_IO.cpp:395
Functionexists
* Check if an instance is already present in the store. * @param {string} id instance id
src/mmkv/IDStore.ts:53
MethodexpandAndWriteBack
try a full rewrite to make space
MMKV/Core/MMKV_IO.cpp:415
MethodfillRandomIV
MMKV/Core/aes/AESCrypt.cpp:109
MethodfilterExpiredKeys
MMKV/Core/MMKV_IO.cpp:1809
MethodfullWriteback
MMKV/Core/MMKV_IO.cpp:1047
MethodgetActualFileSize
get the actual file size on disk
MMKV/Core/MemoryFile.h:132
FunctiongetAlias
* Get the alias for the storage which we used * to store the crypt key in secure storage. * @param {string} id instance id
src/mmkv/IDStore.ts:40
MethodgetAll
* Get all string values from storage
src/indexer/strings.ts:31
MethodgetAll
* Get all objects stored in storage.
src/indexer/maps.ts:34
MethodgetAll
* Get all numbers from storage
src/indexer/numbers.ts:33
MethodgetAll
* Get all boolean values from storage
src/indexer/booleans.ts:31
MethodgetAll
* Get all arrays from storage.
src/indexer/arrays.ts:32
MethodgetAllKeys
(long handle)
android/src/main/java/com/ammarahmed/mmkv/MMKV.java:240
FunctiongetAllMMKVInstanceIDs
* Get all the instance ids for instances * that were loaded since the app was installed
src/mmkv/IDStore.ts:86
MethodgetAllMMKVInstanceIDs
* * Get all Storage Instance IDs. *
src/mmkvinstance.ts:584
MethodgetArrayAsync
* Get the array from the storage for the given key.
src/mmkvinstance.ts:271
MethodgetBoolAsync
* Get the boolean value for the given key.
src/mmkvinstance.ts:114
MethodgetCurrentMMKVInstanceIDs
* * Get all Storage Instance IDs that are currently loaded. *
src/mmkvinstance.ts:575
MethodgetCurrentTimeInSecond
MMKV/Core/MMKV_IO.cpp:1584
MethodgetDataForKey
MMKV/Core/MMKV_IO.cpp:558
MethodgetDataWithoutMTimeForKey
MMKV/Core/MMKV_IO.cpp:1773
MethodgetEncodeData
MMKV/Core/MiniPBCoder.cpp:606
MethodgetExpireTimeForKey
MMKV/Core/MMKV_IO.cpp:1748
MethodgetFd
MMKV/Core/MemoryFile.h:138
MethodgetFloat
MMKV/Core/MMKV.cpp:929
MethodgetInt64
MMKV/Core/MMKV.cpp:871
MethodgetIntAsync
* Get the number value for the given key.
src/mmkvinstance.ts:97
MethodgetItem
* Get the string value for the given key. * This method is added for redux-persist/zustand support.
src/mmkvinstance.ts:64
MethodgetJSMainModuleName
example/android/app/src/main/java/mmkvstorage/example/MainApplication.kt:25
MethodgetKey
* Get the key and alias for the encrypted storage
src/mmkvinstance.ts:658
MethodgetKeys
* Get all keys
src/indexer/strings.ts:16
MethodgetKeys
* Get all keys from storage. *
src/indexer/indexer.ts:30
MethodgetKeys
* * Get all keys
src/indexer/numbers.ts:18
MethodgetKeys
* Get all keys
src/indexer/booleans.ts:16
MethodgetKeys
* * Get all keys
src/indexer/arrays.ts:19
MethodgetMainComponentName
* Returns the name of the main component registered from JavaScript. This is used to schedule * rendering of the component. */
example/android/app/src/main/java/mmkvstorage/example/MainActivity.kt:14
MethodgetMapAsync
* Get then Object from storage for the given key.
src/mmkvinstance.ts:133
MethodgetModule
(String name, ReactApplicationContext reactContext)
android/src/main/java/com/ammarahmed/mmkv/RNMMKVPackage.java:16
MethodgetName
()
android/generated/java/com/facebook/fbreact/specs/NativeMMKVStorageSpec.java:29
MethodgetName
()
android/src/main/java/com/ammarahmed/mmkv/RNMMKVModule.java:176
MethodgetPackages
example/android/app/src/main/java/mmkvstorage/example/MainApplication.kt:19
MethodgetPosition
MMKV/Core/CodedOutputData.cpp:116
MethodgetRawDataForKey
MMKV/Core/MMKV_IO.cpp:536
MethodgetReactModuleInfoProvider
()
android/src/main/java/com/ammarahmed/mmkv/RNMMKVPackage.java:26
MethodgetSecureKey
(String key)
android/src/main/java/com/ammarahmed/mmkv/SecureKeystore.java:106
MethodgetStringAsync
* Get the string value for the given key.
src/mmkvinstance.ts:81
MethodgetUInt32
MMKV/Core/MMKV.cpp:842
MethodgetUInt64
MMKV/Core/MMKV.cpp:900
MethodgetUseDeveloperSupport
example/android/app/src/main/java/mmkvstorage/example/MainApplication.kt:27
MethodgetValueSize
MMKV/Core/MMKV.cpp:987
MethodgetVector
MMKV/Core/MMKV.cpp:752
MethodgreedyDecodeMap
MMKV/Core/MiniPBCoder.cpp:653
FunctionhandlePromise
( action: T, ...args: any[] )
src/handlers.ts:60
MethodhasKey
* Checck if a key exists
src/indexer/strings.ts:23
MethodhasKey
* Check if a key exists in storage.
src/indexer/indexer.ts:37
MethodhasKey
* Check if a key exists
src/indexer/numbers.ts:25
MethodhasKey
* Check if a key exists.
src/indexer/booleans.ts:23
MethodhasKey
* Check if a key exists.
src/indexer/arrays.ts:25
Functioninitialize
MMKV/Core/MMKV.cpp:160
← previousnext →401–500 of 656, ranked by callers