1 line
29 KiB
JSON
1 line
29 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "label": "mongodb.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L1"}, {"id": "mongodb_mongodbstoragebase", "label": "MongoDBStorageBase", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L20"}, {"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": "abc", "label": "ABC", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "mongodb_mongodbstoragebase_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L31"}, {"id": "mongodb_storage", "label": "storage()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L69"}, {"id": "mongodb_database", "label": "_database()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L78"}, {"id": "mongodb_counters", "label": "counters()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L82"}, {"id": "mongodb_windows", "label": "windows()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L86"}, {"id": "mongodb_init_mongo_client", "label": "_init_mongo_client()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L90"}, {"id": "mongodb_base_exceptions", "label": "base_exceptions()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L96"}, {"id": "mongodb_mongodbstoragebase_initialize_database", "label": ".__initialize_database()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L101"}, {"id": "mongodb_mongodbstoragebase_reset", "label": ".reset()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L105"}, {"id": "mongodb_mongodbstoragebase_clear", "label": ".clear()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L115"}, {"id": "mongodb_mongodbstoragebase_get_expiry", "label": ".get_expiry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L122"}, {"id": "mongodb_mongodbstoragebase_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L133"}, {"id": "mongodb_mongodbstoragebase_incr", "label": ".incr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L147"}, {"id": "mongodb_mongodbstoragebase_check", "label": ".check()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L188"}, {"id": "mongodb_mongodbstoragebase_get_moving_window", "label": ".get_moving_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L199"}, {"id": "mongodb_mongodbstoragebase_acquire_entry", "label": ".acquire_entry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L236"}, {"id": "mongodb_mongodbstoragebase_get_sliding_window", "label": ".get_sliding_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L280"}, {"id": "mongodb_mongodbstoragebase_acquire_sliding_window_entry", "label": ".acquire_sliding_window_entry()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L349"}, {"id": "mongodb_mongodbstoragebase_clear_sliding_window", "label": ".clear_sliding_window()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L473"}, {"id": "mongodb_mongodbstoragebase_del", "label": ".__del__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L476"}, {"id": "mongodb_mongodbstorage", "label": "MongoDBStorage", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L486"}, {"id": "mongodb_mongodbstorage_init_mongo_client", "label": "._init_mongo_client()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L489"}, {"id": "mongodb_rationale_23", "label": "Rate limit storage with MongoDB as backend. Depends on :pypi:`pymongo`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L23"}, {"id": "mongodb_rationale_40", "label": ":param uri: uri of the form ``mongodb://[user:password]@host:port?...``,", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L40"}, {"id": "mongodb_rationale_106", "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/storage/mongodb.py", "source_location": "L106"}, {"id": "mongodb_rationale_116", "label": ":param key: the key to clear rate limits for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L116"}, {"id": "mongodb_rationale_123", "label": ":param key: the key to get the expiry for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L123"}, {"id": "mongodb_rationale_134", "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/mongodb.py", "source_location": "L134"}, {"id": "mongodb_rationale_148", "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/mongodb.py", "source_location": "L148"}, {"id": "mongodb_rationale_189", "label": "Check if storage is healthy by calling :meth:`pymongo.mongo_client.MongoClient.s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L189"}, {"id": "mongodb_rationale_200", "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/mongodb.py", "source_location": "L200"}, {"id": "mongodb_rationale_237", "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/mongodb.py", "source_location": "L237"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "datetime", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "deprecated_sphinx", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "limits_typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "backend_venv_lib_python3_12_site_packages_limits_util_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "backend_venv_lib_python3_12_site_packages_limits_storage_base_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "mongodb_mongodbstoragebase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L20", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "storage", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L20", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "movingwindowsupport", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L20", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "slidingwindowcountersupport", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L20", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "abc", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L20", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "mongodb_storage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L69", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "mongodb_database", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L78", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "mongodb_counters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "mongodb_windows", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L86", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "mongodb_init_mongo_client", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L90", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "mongodb_base_exceptions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L96", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_initialize_database", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L101", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_reset", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L105", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L115", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_get_expiry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L122", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L133", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_incr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L147", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_check", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L188", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_get_moving_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L199", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_acquire_entry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L236", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_get_sliding_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L280", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_acquire_sliding_window_entry", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L349", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_clear_sliding_window", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L473", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase", "target": "mongodb_mongodbstoragebase_del", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L476", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_limits_storage_mongodb_py", "target": "mongodb_mongodbstorage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L486", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstoragebase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L486", "weight": 1.0}, {"source": "mongodb_mongodbstorage", "target": "mongodb_mongodbstorage_init_mongo_client", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L489", "weight": 1.0}, {"source": "mongodb_storage", "target": "mongodb_mongodbstorage_init_mongo_client", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L71", "weight": 1.0}, {"source": "mongodb_storage", "target": "mongodb_mongodbstoragebase_initialize_database", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L74", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase_get_sliding_window", "target": "mongodb_mongodbstoragebase_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L335", "weight": 1.0}, {"source": "mongodb_mongodbstoragebase_clear_sliding_window", "target": "mongodb_mongodbstoragebase_clear", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L474", "weight": 1.0}, {"source": "mongodb_rationale_23", "target": "mongodb_mongodbstoragebase", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L23", "weight": 1.0}, {"source": "mongodb_rationale_40", "target": "mongodb_mongodbstoragebase_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L40", "weight": 1.0}, {"source": "mongodb_rationale_106", "target": "mongodb_mongodbstoragebase_reset", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L106", "weight": 1.0}, {"source": "mongodb_rationale_116", "target": "mongodb_mongodbstoragebase_clear", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L116", "weight": 1.0}, {"source": "mongodb_rationale_123", "target": "mongodb_mongodbstoragebase_get_expiry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L123", "weight": 1.0}, {"source": "mongodb_rationale_134", "target": "mongodb_mongodbstoragebase_get", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L134", "weight": 1.0}, {"source": "mongodb_rationale_148", "target": "mongodb_mongodbstoragebase_incr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L148", "weight": 1.0}, {"source": "mongodb_rationale_189", "target": "mongodb_mongodbstoragebase_check", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L189", "weight": 1.0}, {"source": "mongodb_rationale_200", "target": "mongodb_mongodbstoragebase_get_moving_window", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L200", "weight": 1.0}, {"source": "mongodb_rationale_237", "target": "mongodb_mongodbstoragebase_acquire_entry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L237", "weight": 1.0}], "raw_calls": [{"caller_nid": "mongodb_mongodbstoragebase_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L56"}, {"caller_nid": "mongodb_mongodbstoragebase_init", "callee": "get_dependency", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L63"}, {"caller_nid": "mongodb_init_mongo_client", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L93"}, {"caller_nid": "mongodb_mongodbstoragebase_initialize_database", "callee": "create_index", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L102"}, {"caller_nid": "mongodb_mongodbstoragebase_initialize_database", "callee": "create_index", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L103"}, {"caller_nid": "mongodb_mongodbstoragebase_reset", "callee": "count_documents", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L109"}, {"caller_nid": "mongodb_mongodbstoragebase_reset", "callee": "count_documents", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L109"}, {"caller_nid": "mongodb_mongodbstoragebase_reset", "callee": "drop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L110"}, {"caller_nid": "mongodb_mongodbstoragebase_reset", "callee": "drop", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L111"}, {"caller_nid": "mongodb_mongodbstoragebase_reset", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L113"}, {"caller_nid": "mongodb_mongodbstoragebase_clear", "callee": "find_one_and_delete", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L119"}, {"caller_nid": "mongodb_mongodbstoragebase_clear", "callee": "find_one_and_delete", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L120"}, {"caller_nid": "mongodb_mongodbstoragebase_get_expiry", "callee": "find_one", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L126"}, {"caller_nid": "mongodb_mongodbstoragebase_get_expiry", "callee": "timestamp", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L128"}, {"caller_nid": "mongodb_mongodbstoragebase_get_expiry", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L128"}, {"caller_nid": "mongodb_mongodbstoragebase_get_expiry", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L128"}, {"caller_nid": "mongodb_mongodbstoragebase_get", "callee": "find_one", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L137"}, {"caller_nid": "mongodb_mongodbstoragebase_get", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L140"}, {"caller_nid": "mongodb_mongodbstoragebase_incr", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L155"}, {"caller_nid": "mongodb_mongodbstoragebase_incr", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L155"}, {"caller_nid": "mongodb_mongodbstoragebase_incr", "callee": "find_one_and_update", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L159"}, {"caller_nid": "mongodb_mongodbstoragebase_incr", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L185"}, {"caller_nid": "mongodb_mongodbstoragebase_check", "callee": "server_info", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L193"}, {"caller_nid": "mongodb_mongodbstoragebase_get_moving_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L208"}, {"caller_nid": "mongodb_mongodbstoragebase_get_moving_window", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L209"}, {"caller_nid": "mongodb_mongodbstoragebase_get_moving_window", "callee": "aggregate", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L210"}, {"caller_nid": "mongodb_mongodbstoragebase_acquire_entry", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L246"}, {"caller_nid": "mongodb_mongodbstoragebase_acquire_entry", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L261"}, {"caller_nid": "mongodb_mongodbstoragebase_acquire_entry", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L262"}, {"caller_nid": "mongodb_mongodbstoragebase_acquire_entry", "callee": "update_one", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L267"}, {"caller_nid": "mongodb_mongodbstoragebase_get_sliding_window", "callee": "find_one_and_update", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L284"}, {"caller_nid": "mongodb_mongodbstoragebase_get_sliding_window", "callee": "timestamp", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L334"}, {"caller_nid": "mongodb_mongodbstoragebase_get_sliding_window", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L334"}, {"caller_nid": "mongodb_mongodbstoragebase_get_sliding_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L336"}, {"caller_nid": "mongodb_mongodbstoragebase_get_sliding_window", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L338"}, {"caller_nid": "mongodb_mongodbstoragebase_get_sliding_window", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L338"}, {"caller_nid": "mongodb_mongodbstoragebase_get_sliding_window", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L339"}, {"caller_nid": "mongodb_mongodbstoragebase_acquire_sliding_window_entry", "callee": "find_one_and_update", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L353"}, {"caller_nid": "mongodb_mongodbstoragebase_acquire_sliding_window_entry", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L471"}, {"caller_nid": "mongodb_mongodbstoragebase_del", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L478"}, {"caller_nid": "mongodb_mongodbstorage_init_mongo_client", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L492"}, {"caller_nid": "mongodb_mongodbstorage_init_mongo_client", "callee": "MongoClient", "source_file": "backend/venv/lib/python3.12/site-packages/limits/storage/mongodb.py", "source_location": "L492"}]} |