1 line
27 KiB
JSON
1 line
27 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "label": "mongodb.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L1"}, {"id": "mongodb_mongodbstorage", "label": "MongoDBStorage", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L30"}, {"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": "mongodb_mongodbstorage_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L44"}, {"id": "mongodb_base_exceptions", "label": "base_exceptions()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L92"}, {"id": "mongodb_database", "label": "database()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L98"}, {"id": "mongodb_mongodbstorage_create_indices", "label": ".create_indices()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L101"}, {"id": "mongodb_mongodbstorage_reset", "label": ".reset()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L113"}, {"id": "mongodb_mongodbstorage_clear", "label": ".clear()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L132"}, {"id": "mongodb_mongodbstorage_get_expiry", "label": ".get_expiry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L145"}, {"id": "mongodb_mongodbstorage_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L158"}, {"id": "mongodb_mongodbstorage_incr", "label": ".incr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L172"}, {"id": "mongodb_mongodbstorage_check", "label": ".check()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L217"}, {"id": "mongodb_mongodbstorage_get_moving_window", "label": ".get_moving_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L229"}, {"id": "mongodb_mongodbstorage_acquire_entry", "label": ".acquire_entry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L271"}, {"id": "mongodb_mongodbstorage_acquire_sliding_window_entry", "label": ".acquire_sliding_window_entry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L319"}, {"id": "mongodb_mongodbstorage_get_sliding_window", "label": ".get_sliding_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L447"}, {"id": "mongodb_mongodbstorage_clear_sliding_window", "label": ".clear_sliding_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L516"}, {"id": "mongodb_mongodbstorage_del", "label": ".__del__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L519"}, {"id": "mongodb_rationale_31", "label": "Rate limit storage with MongoDB as backend. Depends on :pypi:`motor`", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L31"}, {"id": "mongodb_rationale_53", "label": ":param uri: uri of the form ``async+mongodb://[user:password]@host:port?...``,", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L53"}, {"id": "mongodb_rationale_114", "label": "Delete all rate limit keys in the rate limit collections (counters, windows)", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L114"}, {"id": "mongodb_rationale_133", "label": ":param key: the key to clear rate limits for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L133"}, {"id": "mongodb_rationale_146", "label": ":param key: the key to get the expiry for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L146"}, {"id": "mongodb_rationale_159", "label": ":param key: the key to get the counter value for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L159"}, {"id": "mongodb_rationale_173", "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/aio/storage/mongodb.py", "source_location": "L173"}, {"id": "mongodb_rationale_218", "label": "Check if storage is healthy by calling :meth:`motor.motor_asyncio.AsyncI", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L218"}, {"id": "mongodb_rationale_232", "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/aio/storage/mongodb.py", "source_location": "L232"}, {"id": "mongodb_rationale_274", "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/aio/storage/mongodb.py", "source_location": "L274"}, {"id": "mongodb_rationale_79", "label": "# TODO: Fix this hack. It was noticed when running a benchmark", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L79"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "target": "asyncio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "target": "datetime", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "target": "deprecated_sphinx", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "target": "limits_aio_storage_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "target": "limits_typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "target": "limits_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "target": "mongodb_mongodbstorage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L30", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "storage", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L30", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "movingwindowsupport", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L30", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "slidingwindowcountersupport", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L30", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "target": "mongodb_base_exceptions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L92", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "target": "mongodb_database", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L98", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_create_indices", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L101", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_reset", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L113", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L132", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_get_expiry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L145", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L158", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_incr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L172", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_check", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L217", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_get_moving_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L229", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_acquire_entry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L271", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_acquire_sliding_window_entry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L319", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_get_sliding_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L447", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_clear_sliding_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L516", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_del", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L519", "weight": 1.0}, {"source": "mongodb_mongodbstorage_incr", "target": "mongodb_mongodbstorage_create_indices", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L180", "weight": 1.0}, {"source": "mongodb_mongodbstorage_acquire_entry", "target": "mongodb_mongodbstorage_create_indices", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L280", "weight": 1.0}, {"source": "mongodb_mongodbstorage_acquire_sliding_window_entry", "target": "mongodb_mongodbstorage_create_indices", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L322", "weight": 1.0}, {"source": "mongodb_mongodbstorage_get_sliding_window", "target": "mongodb_mongodbstorage_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L502", "weight": 1.0}, {"source": "mongodb_mongodbstorage_clear_sliding_window", "target": "mongodb_mongodbstorage_clear", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L517", "weight": 1.0}, {"source": "mongodb_rationale_31", "target": "mongodb_mongodbstorage", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L31", "weight": 1.0}, {"source": "mongodb_rationale_53", "target": "mongodb_mongodbstorage_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L53", "weight": 1.0}, {"source": "mongodb_rationale_114", "target": "mongodb_mongodbstorage_reset", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L114", "weight": 1.0}, {"source": "mongodb_rationale_133", "target": "mongodb_mongodbstorage_clear", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L133", "weight": 1.0}, {"source": "mongodb_rationale_146", "target": "mongodb_mongodbstorage_get_expiry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L146", "weight": 1.0}, {"source": "mongodb_rationale_159", "target": "mongodb_mongodbstorage_get", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L159", "weight": 1.0}, {"source": "mongodb_rationale_173", "target": "mongodb_mongodbstorage_incr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L173", "weight": 1.0}, {"source": "mongodb_rationale_218", "target": "mongodb_mongodbstorage_check", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L218", "weight": 1.0}, {"source": "mongodb_rationale_232", "target": "mongodb_mongodbstorage_get_moving_window", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L232", "weight": 1.0}, {"source": "mongodb_rationale_274", "target": "mongodb_mongodbstorage_acquire_entry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L274", "weight": 1.0}, {"source": "mongodb_rationale_79", "target": "backend_venv_lib_python3_12_site_packages_limits_aio_storage_mongodb_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L79", "weight": 1.0}], "raw_calls": [{"caller_nid": "mongodb_mongodbstorage_init", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L70"}, {"caller_nid": "mongodb_mongodbstorage_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L72"}, {"caller_nid": "mongodb_mongodbstorage_init", "callee": "get_dependency", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L76"}, {"caller_nid": "mongodb_mongodbstorage_init", "callee": "AsyncIOMotorClient", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L78"}, {"caller_nid": "mongodb_database", "callee": "get_database", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L99"}, {"caller_nid": "mongodb_mongodbstorage_create_indices", "callee": "gather", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L103"}, {"caller_nid": "mongodb_mongodbstorage_create_indices", "callee": "create_index", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L104"}, {"caller_nid": "mongodb_mongodbstorage_create_indices", "callee": "create_index", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L107"}, {"caller_nid": "mongodb_mongodbstorage_reset", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L117"}, {"caller_nid": "mongodb_mongodbstorage_reset", "callee": "gather", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L118"}, {"caller_nid": "mongodb_mongodbstorage_reset", "callee": "count_documents", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L119"}, {"caller_nid": "mongodb_mongodbstorage_reset", "callee": "count_documents", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L122"}, {"caller_nid": "mongodb_mongodbstorage_reset", "callee": "gather", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L125"}, {"caller_nid": "mongodb_mongodbstorage_reset", "callee": "drop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L126"}, {"caller_nid": "mongodb_mongodbstorage_reset", "callee": "drop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L127"}, {"caller_nid": "mongodb_mongodbstorage_reset", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L130"}, {"caller_nid": "mongodb_mongodbstorage_clear", "callee": "gather", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L136"}, {"caller_nid": "mongodb_mongodbstorage_clear", "callee": "find_one_and_delete", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L137"}, {"caller_nid": "mongodb_mongodbstorage_clear", "callee": "find_one_and_delete", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L140"}, {"caller_nid": "mongodb_mongodbstorage_get_expiry", "callee": "find_one", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L149"}, {"caller_nid": "mongodb_mongodbstorage_get_expiry", "callee": "timestamp", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L153"}, {"caller_nid": "mongodb_mongodbstorage_get_expiry", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L153"}, {"caller_nid": "mongodb_mongodbstorage_get_expiry", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L153"}, {"caller_nid": "mongodb_mongodbstorage_get", "callee": "find_one", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L162"}, {"caller_nid": "mongodb_mongodbstorage_get", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L165"}, {"caller_nid": "mongodb_mongodbstorage_incr", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L182"}, {"caller_nid": "mongodb_mongodbstorage_incr", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L182"}, {"caller_nid": "mongodb_mongodbstorage_incr", "callee": "find_one_and_update", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L186"}, {"caller_nid": "mongodb_mongodbstorage_incr", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L215"}, {"caller_nid": "mongodb_mongodbstorage_check", "callee": "server_info", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L223"}, {"caller_nid": "mongodb_mongodbstorage_get_moving_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L241"}, {"caller_nid": "mongodb_mongodbstorage_get_moving_window", "callee": "to_list", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L243"}, {"caller_nid": "mongodb_mongodbstorage_get_moving_window", "callee": "aggregate", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L243"}, {"caller_nid": "mongodb_mongodbstorage_acquire_entry", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L285"}, {"caller_nid": "mongodb_mongodbstorage_acquire_entry", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L300"}, {"caller_nid": "mongodb_mongodbstorage_acquire_entry", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L301"}, {"caller_nid": "mongodb_mongodbstorage_acquire_entry", "callee": "update_one", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L306"}, {"caller_nid": "mongodb_mongodbstorage_acquire_sliding_window_entry", "callee": "find_one_and_update", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L324"}, {"caller_nid": "mongodb_mongodbstorage_acquire_sliding_window_entry", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L445"}, {"caller_nid": "mongodb_mongodbstorage_get_sliding_window", "callee": "find_one_and_update", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L451"}, {"caller_nid": "mongodb_mongodbstorage_get_sliding_window", "callee": "timestamp", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L501"}, {"caller_nid": "mongodb_mongodbstorage_get_sliding_window", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L501"}, {"caller_nid": "mongodb_mongodbstorage_get_sliding_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L503"}, {"caller_nid": "mongodb_mongodbstorage_get_sliding_window", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L505"}, {"caller_nid": "mongodb_mongodbstorage_get_sliding_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L505"}, {"caller_nid": "mongodb_mongodbstorage_get_sliding_window", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L506"}, {"caller_nid": "mongodb_mongodbstorage_del", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/limits/aio/storage/mongodb.py", "source_location": "L520"}]} |