()
| 8 | * Invoke a storage access checker function defined using {@link withCheckedStorageAccess} higher up in the call stack. |
| 9 | */ |
| 10 | export const checkStorageAccess = () => storage.getStore()?.checkFunction(); |
| 11 | |
| 12 | /** |
| 13 | * Define a storage access checker function that should be used by calls to {@link checkStorageAccess} in the callbacks. |
no outgoing calls
no test coverage detected
searching dependent graphs…