{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "label": "memory.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L1"}, {"id": "memory_entry", "label": "Entry", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L18"}, {"id": "memory_entry_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L19"}, {"id": "memory_memorystorage", "label": "MemoryStorage", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L24"}, {"id": "storage", "label": "Storage", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "movingwindowsupport", "label": "MovingWindowSupport", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "slidingwindowcountersupport", "label": "SlidingWindowCounterSupport", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "timestampedslidingwindow", "label": "TimestampedSlidingWindow", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "memory_memorystorage_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L36"}, {"id": "memory_memorystorage_getstate", "label": ".__getstate__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L45"}, {"id": "memory_memorystorage_setstate", "label": ".__setstate__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L51"}, {"id": "memory_memorystorage_expire_events", "label": ".__expire_events()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L57"}, {"id": "memory_memorystorage_schedule_expiry", "label": ".__schedule_expiry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L73"}, {"id": "memory_base_exceptions", "label": "base_exceptions()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L79"}, {"id": "memory_memorystorage_incr", "label": ".incr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L84"}, {"id": "memory_memorystorage_decr", "label": ".decr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L100"}, {"id": "memory_memorystorage_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L114"}, {"id": "memory_memorystorage_clear", "label": ".clear()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L126"}, {"id": "memory_memorystorage_acquire_entry", "label": ".acquire_entry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L135"}, {"id": "memory_memorystorage_get_expiry", "label": ".get_expiry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L160"}, {"id": "memory_memorystorage_get_moving_window", "label": ".get_moving_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L167"}, {"id": "memory_memorystorage_acquire_sliding_window_entry", "label": ".acquire_sliding_window_entry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L184"}, {"id": "memory_memorystorage_get_sliding_window_info", "label": "._get_sliding_window_info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L217"}, {"id": "memory_memorystorage_get_sliding_window", "label": ".get_sliding_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L233"}, {"id": "memory_memorystorage_clear_sliding_window", "label": ".clear_sliding_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L240"}, {"id": "memory_memorystorage_check", "label": ".check()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L246"}, {"id": "memory_memorystorage_reset", "label": ".reset()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L253"}, {"id": "memory_rationale_27", "label": "rate limit storage using :class:`collections.Counter` as an in memory storag", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L27"}, {"id": "memory_rationale_85", "label": "increments the counter for a given rate limit key :param key: the key t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L85"}, {"id": "memory_rationale_101", "label": "decrements the counter for a given rate limit key :param key: the key t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L101"}, {"id": "memory_rationale_115", "label": ":param key: the key to get the counter value for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L115"}, {"id": "memory_rationale_127", "label": ":param key: the key to clear rate limits for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L127"}, {"id": "memory_rationale_136", "label": ":param key: rate limit key to acquire an entry in :param limit: amount o", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L136"}, {"id": "memory_rationale_161", "label": ":param key: the key to get the expiry for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L161"}, {"id": "memory_rationale_168", "label": "returns the starting point and the number of entries in the moving windo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L168"}, {"id": "memory_rationale_247", "label": "check if storage is healthy", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L247"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "target": "bisect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "target": "threading", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "target": "collections", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "target": "math", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "target": "limits_typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "target": "limits_storage_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "target": "memory_entry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L18", "weight": 1.0}, {"source": "memory_entry", "target": "memory_entry_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "target": "memory_memorystorage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L24", "weight": 1.0}, {"source": "memory_memorystorage", "target": "storage", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L24", "weight": 1.0}, {"source": "memory_memorystorage", "target": "movingwindowsupport", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L24", "weight": 1.0}, {"source": "memory_memorystorage", "target": "slidingwindowcountersupport", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L24", "weight": 1.0}, {"source": "memory_memorystorage", "target": "timestampedslidingwindow", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L24", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L36", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_getstate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L45", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_setstate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L51", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_expire_events", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L57", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_schedule_expiry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_memory_py", "target": "memory_base_exceptions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L79", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_incr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L84", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_decr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L100", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L114", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L126", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_acquire_entry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L135", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_get_expiry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L160", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_get_moving_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L167", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_acquire_sliding_window_entry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L184", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_get_sliding_window_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L217", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_get_sliding_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L233", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_clear_sliding_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L240", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_check", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L246", "weight": 1.0}, {"source": "memory_memorystorage", "target": "memory_memorystorage_reset", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L253", "weight": 1.0}, {"source": "memory_memorystorage_expire_events", "target": "memory_memorystorage_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L60", "weight": 1.0}, {"source": "memory_memorystorage_incr", "target": "memory_memorystorage_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L92", "weight": 1.0}, {"source": "memory_memorystorage_incr", "target": "memory_memorystorage_schedule_expiry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L93", "weight": 1.0}, {"source": "memory_memorystorage_decr", "target": "memory_memorystorage_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L107", "weight": 1.0}, {"source": "memory_memorystorage_decr", "target": "memory_memorystorage_schedule_expiry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L108", "weight": 1.0}, {"source": "memory_memorystorage_acquire_entry", "target": "memory_memorystorage_schedule_expiry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L145", "weight": 1.0}, {"source": "memory_memorystorage_acquire_entry", "target": "memory_entry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L157", "weight": 1.0}, {"source": "memory_memorystorage_get_expiry", "target": "memory_memorystorage_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L165", "weight": 1.0}, {"source": "memory_memorystorage_get_moving_window", "target": "memory_memorystorage_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L177", "weight": 1.0}, {"source": "memory_memorystorage_acquire_sliding_window_entry", "target": "memory_memorystorage_get_sliding_window_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L200", "weight": 1.0}, {"source": "memory_memorystorage_acquire_sliding_window_entry", "target": "memory_memorystorage_incr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L207", "weight": 1.0}, {"source": "memory_memorystorage_acquire_sliding_window_entry", "target": "memory_memorystorage_decr", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L213", "weight": 1.0}, {"source": "memory_memorystorage_get_sliding_window_info", "target": "memory_memorystorage_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L224", "weight": 1.0}, {"source": "memory_memorystorage_get_sliding_window", "target": "memory_memorystorage_get_sliding_window_info", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L238", "weight": 1.0}, {"source": "memory_memorystorage_clear_sliding_window", "target": "memory_memorystorage_clear", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L243", "weight": 1.0}, {"source": "memory_memorystorage_reset", "target": "memory_memorystorage_clear", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L255", "weight": 1.0}, {"source": "memory_rationale_27", "target": "memory_memorystorage", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L27", "weight": 1.0}, {"source": "memory_rationale_85", "target": "memory_memorystorage_incr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L85", "weight": 1.0}, {"source": "memory_rationale_101", "target": "memory_memorystorage_decr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L101", "weight": 1.0}, {"source": "memory_rationale_115", "target": "memory_memorystorage_get", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L115", "weight": 1.0}, {"source": "memory_rationale_127", "target": "memory_memorystorage_clear", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L127", "weight": 1.0}, {"source": "memory_rationale_136", "target": "memory_memorystorage_acquire_entry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L136", "weight": 1.0}, {"source": "memory_rationale_161", "target": "memory_memorystorage_get_expiry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L161", "weight": 1.0}, {"source": "memory_rationale_168", "target": "memory_memorystorage_get_moving_window", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L168", "weight": 1.0}, {"source": "memory_rationale_247", "target": "memory_memorystorage_check", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L247", "weight": 1.0}], "raw_calls": [{"caller_nid": "memory_entry_init", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L20"}, {"caller_nid": "memory_memorystorage_init", "callee": "Counter", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L37"}, {"caller_nid": "memory_memorystorage_init", "callee": "defaultdict", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L38"}, {"caller_nid": "memory_memorystorage_init", "callee": "Timer", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L41"}, {"caller_nid": "memory_memorystorage_init", "callee": "start", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L42"}, {"caller_nid": "memory_memorystorage_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L43"}, {"caller_nid": "memory_memorystorage_getstate", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L46"}, {"caller_nid": "memory_memorystorage_setstate", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L52"}, {"caller_nid": "memory_memorystorage_setstate", "callee": "defaultdict", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L53"}, {"caller_nid": "memory_memorystorage_setstate", "callee": "Timer", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L54"}, {"caller_nid": "memory_memorystorage_setstate", "callee": "start", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L55"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L58"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L58"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "bisect_left", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L61"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L62"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L66"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L67"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L67"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L68"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L69"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L70"}, {"caller_nid": "memory_memorystorage_expire_events", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L71"}, {"caller_nid": "memory_memorystorage_schedule_expiry", "callee": "is_alive", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L74"}, {"caller_nid": "memory_memorystorage_schedule_expiry", "callee": "Timer", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L75"}, {"caller_nid": "memory_memorystorage_schedule_expiry", "callee": "start", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L76"}, {"caller_nid": "memory_memorystorage_incr", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L97"}, {"caller_nid": "memory_memorystorage_decr", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L110"}, {"caller_nid": "memory_memorystorage_get", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L119"}, {"caller_nid": "memory_memorystorage_get", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L120"}, {"caller_nid": "memory_memorystorage_get", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L121"}, {"caller_nid": "memory_memorystorage_get", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L122"}, {"caller_nid": "memory_memorystorage_clear", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L130"}, {"caller_nid": "memory_memorystorage_clear", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L131"}, {"caller_nid": "memory_memorystorage_clear", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L132"}, {"caller_nid": "memory_memorystorage_clear", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L133"}, {"caller_nid": "memory_memorystorage_acquire_entry", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L147"}, {"caller_nid": "memory_memorystorage_acquire_entry", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L148"}, {"caller_nid": "memory_memorystorage_get_expiry", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L165"}, {"caller_nid": "memory_memorystorage_get_moving_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L176"}, {"caller_nid": "memory_memorystorage_get_moving_window", "callee": "bisect_left", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L178"}, {"caller_nid": "memory_memorystorage_acquire_sliding_window_entry", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L193"}, {"caller_nid": "memory_memorystorage_acquire_sliding_window_entry", "callee": "sliding_window_keys", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L194"}, {"caller_nid": "memory_memorystorage_acquire_sliding_window_entry", "callee": "floor", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L202"}, {"caller_nid": "memory_memorystorage_acquire_sliding_window_entry", "callee": "floor", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L209"}, {"caller_nid": "memory_memorystorage_get_sliding_window_info", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L227"}, {"caller_nid": "memory_memorystorage_get_sliding_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L236"}, {"caller_nid": "memory_memorystorage_get_sliding_window", "callee": "sliding_window_keys", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L237"}, {"caller_nid": "memory_memorystorage_clear_sliding_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L241"}, {"caller_nid": "memory_memorystorage_clear_sliding_window", "callee": "sliding_window_keys", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L242"}, {"caller_nid": "memory_memorystorage_reset", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L254"}, {"caller_nid": "memory_memorystorage_reset", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L254"}, {"caller_nid": "memory_memorystorage_reset", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/memory.py", "source_location": "L254"}]}