MCPcopy
hub / github.com/sunnylqm/react-native-storage / LoadParams

Interface LoadParams

storage.d.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface LoadParams {
2 key: string;
3 id?: string;
4 autoSync?: boolean;
5 syncInBackground?: boolean;
6 syncParams?: any;
7}
8
9export default class Storage {
10 sync: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected