MCPcopy
hub / github.com/apify/crawlee / checkStorageAccess

Function checkStorageAccess

packages/core/src/storages/access_checking.ts:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 * Invoke a storage access checker function defined using {@link withCheckedStorageAccess} higher up in the call stack.
9 */
10export 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.

Callers 15

addRequestFunction · 0.90
addRequestsFunction · 0.90
addRequestsBatchedFunction · 0.90
getRequestFunction · 0.90
markRequestHandledFunction · 0.90
reclaimRequestFunction · 0.90
dropFunction · 0.90
getInfoFunction · 0.90
openFunction · 0.90
pushDataMethod · 0.90
getDataMethod · 0.90
exportMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…