{"nodes": [{"id": "c_xampp_htdocs_addfirst_vendor_laravel_framework_src_illuminate_hashing_argonhasher_php", "label": "ArgonHasher.php", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L1"}, {"id": "hashing_argonhasher_argonhasher", "label": "ArgonHasher", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L8"}, {"id": "hashing_argonhasher_argonhasher_construct", "label": ".__construct()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L44"}, {"id": "hashing_argonhasher_argonhasher_make", "label": ".make()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L61"}, {"id": "hashing_argonhasher_argonhasher_algorithm", "label": ".algorithm()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L81"}, {"id": "hashing_argonhasher_argonhasher_check", "label": ".check()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L96"}, {"id": "hashing_argonhasher_argonhasher_needsrehash", "label": ".needsRehash()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L112"}, {"id": "hashing_argonhasher_argonhasher_verifyconfiguration", "label": ".verifyConfiguration()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L126"}, {"id": "hashing_argonhasher_argonhasher_isusingcorrectalgorithm", "label": ".isUsingCorrectAlgorithm()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L137"}, {"id": "hashing_argonhasher_argonhasher_isusingvalidoptions", "label": ".isUsingValidOptions()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L148"}, {"id": "hashing_argonhasher_argonhasher_setmemory", "label": ".setMemory()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L177"}, {"id": "hashing_argonhasher_argonhasher_settime", "label": ".setTime()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L190"}, {"id": "hashing_argonhasher_argonhasher_setthreads", "label": ".setThreads()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L203"}, {"id": "hashing_argonhasher_argonhasher_memory", "label": ".memory()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L216"}, {"id": "hashing_argonhasher_argonhasher_time", "label": ".time()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L227"}, {"id": "hashing_argonhasher_argonhasher_threads", "label": ".threads()", "file_type": "code", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L238"}], "edges": [{"source": "c_xampp_htdocs_addfirst_vendor_laravel_framework_src_illuminate_hashing_argonhasher_php", "target": "hasher", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L5", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_laravel_framework_src_illuminate_hashing_argonhasher_php", "target": "runtimeexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L6", "weight": 1.0}, {"source": "c_xampp_htdocs_addfirst_vendor_laravel_framework_src_illuminate_hashing_argonhasher_php", "target": "hashing_argonhasher_argonhasher", "relation": "contains", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L8", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L44", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_make", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L61", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_algorithm", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L81", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_check", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L96", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_needsrehash", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L112", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_verifyconfiguration", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L126", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_isusingcorrectalgorithm", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L137", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_isusingvalidoptions", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L148", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_setmemory", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L177", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_settime", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L190", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_setthreads", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L203", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_memory", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L216", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_time", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L227", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher", "target": "hashing_argonhasher_argonhasher_threads", "relation": "method", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L238", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_construct", "target": "hashing_argonhasher_argonhasher_threads", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L48", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_make", "target": "hashing_argonhasher_argonhasher_algorithm", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L63", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_make", "target": "hashing_argonhasher_argonhasher_memory", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L64", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_make", "target": "hashing_argonhasher_argonhasher_time", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L65", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_make", "target": "hashing_argonhasher_argonhasher_threads", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L66", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_check", "target": "hashing_argonhasher_argonhasher_isusingcorrectalgorithm", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L98", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_needsrehash", "target": "hashing_argonhasher_argonhasher_algorithm", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L114", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_needsrehash", "target": "hashing_argonhasher_argonhasher_memory", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L115", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_needsrehash", "target": "hashing_argonhasher_argonhasher_time", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L116", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_needsrehash", "target": "hashing_argonhasher_argonhasher_threads", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L117", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_verifyconfiguration", "target": "hashing_argonhasher_argonhasher_isusingcorrectalgorithm", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L128", "weight": 1.0}, {"source": "hashing_argonhasher_argonhasher_verifyconfiguration", "target": "hashing_argonhasher_argonhasher_isusingvalidoptions", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L128", "weight": 1.0}], "raw_calls": [{"caller_nid": "hashing_argonhasher_argonhasher_make", "callee": "password_hash", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L63"}, {"caller_nid": "hashing_argonhasher_argonhasher_make", "callee": "is_string", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L69"}, {"caller_nid": "hashing_argonhasher_argonhasher_check", "callee": "parent", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L102"}, {"caller_nid": "hashing_argonhasher_argonhasher_needsrehash", "callee": "password_needs_rehash", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L114"}, {"caller_nid": "hashing_argonhasher_argonhasher_isusingcorrectalgorithm", "callee": "info", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L139"}, {"caller_nid": "hashing_argonhasher_argonhasher_isusingvalidoptions", "callee": "info", "is_member_call": true, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L150"}, {"caller_nid": "hashing_argonhasher_argonhasher_isusingvalidoptions", "callee": "is_int", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L153"}, {"caller_nid": "hashing_argonhasher_argonhasher_isusingvalidoptions", "callee": "is_int", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L154"}, {"caller_nid": "hashing_argonhasher_argonhasher_isusingvalidoptions", "callee": "is_int", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L155"}, {"caller_nid": "hashing_argonhasher_argonhasher_threads", "callee": "defined", "is_member_call": false, "source_file": "C:\\xampp\\htdocs\\addfirst\\vendor\\laravel\\framework\\src\\Illuminate\\Hashing\\ArgonHasher.php", "source_location": "L240"}]}