Files
JuegoSim/Assets/graphify-out/cache/ast/c2bf1b968777ee6d0e002aba0a88a8c5b6af2380ba583f0633a5a3f0c121e0fa.json
T
2026-07-21 08:56:10 +03:00

1 line
12 KiB
JSON

{"nodes": [{"id": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_savesystem_commandsavehandler_cs", "label": "CommandSaveHandler.cs", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L1"}, {"id": "savesystem_commandsavehandler_commandsavehandler", "label": "CommandSaveHandler", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L7"}, {"id": "linkedlist", "label": "LinkedList", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L11"}, {"id": "string", "label": "string", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L12"}, {"id": "savesystem_commandsavehandler_commandsavehandler_getinstance", "label": ".getInstance()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L14"}, {"id": "savesystem_commandsavehandler_commandsavehandler_setfilename", "label": ".setFileName()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L23"}, {"id": "savesystem_commandsavehandler_commandsavehandler_savecommands", "label": ".saveCommands()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L28"}, {"id": "savesystem_commandsavehandler_commandsavehandler_loadcommands", "label": ".loadCommands()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L33"}, {"id": "savesystem_commandsavehandler_commandsavehandler_excuteallcommands", "label": ".excuteAllCommands()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L38"}, {"id": "savesystem_commandsavehandler_commandsavehandler_addlastcommand", "label": ".addLastCommand()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L63"}, {"id": "savesystem_commandsavehandler_commandsavehandler_removelastcommand", "label": ".removeLastCommand()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L68"}, {"id": "savesystem_commandsavehandler_commandsavehandler_clearcommandlist", "label": ".clearCommandList()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L76"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_savesystem_commandsavehandler_cs", "target": "system", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L1", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_savesystem_commandsavehandler_cs", "target": "collections", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L2", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_savesystem_commandsavehandler_cs", "target": "generic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L3", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_savesystem_commandsavehandler_cs", "target": "io", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L4", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_savesystem_commandsavehandler_cs", "target": "unityengine", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L5", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_savesystem_commandsavehandler_cs", "target": "savesystem_commandsavehandler_commandsavehandler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L7", "weight": 1.0}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "savesystem_commandsavehandler_commandsavehandler", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L9", "weight": 1.0, "context": "field"}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "linkedlist", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L11", "weight": 1.0, "context": "field"}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L12", "weight": 1.0, "context": "field"}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "savesystem_commandsavehandler_commandsavehandler_getinstance", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L14", "weight": 1.0}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "savesystem_commandsavehandler_commandsavehandler_setfilename", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L23", "weight": 1.0}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "savesystem_commandsavehandler_commandsavehandler_savecommands", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L28", "weight": 1.0}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "savesystem_commandsavehandler_commandsavehandler_loadcommands", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L33", "weight": 1.0}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "savesystem_commandsavehandler_commandsavehandler_excuteallcommands", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L38", "weight": 1.0}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "savesystem_commandsavehandler_commandsavehandler_addlastcommand", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L63", "weight": 1.0}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "savesystem_commandsavehandler_commandsavehandler_removelastcommand", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L68", "weight": 1.0}, {"source": "savesystem_commandsavehandler_commandsavehandler", "target": "savesystem_commandsavehandler_commandsavehandler_clearcommandlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L76", "weight": 1.0}], "raw_calls": [{"caller_nid": "savesystem_commandsavehandler_commandsavehandler_setfilename", "callee": "Combine", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L25"}, {"caller_nid": "savesystem_commandsavehandler_commandsavehandler_savecommands", "callee": "saveLinkedList", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L30"}, {"caller_nid": "savesystem_commandsavehandler_commandsavehandler_loadcommands", "callee": "loadLinkedList", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L35"}, {"caller_nid": "savesystem_commandsavehandler_commandsavehandler_excuteallcommands", "callee": "converToCommand", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L48"}, {"caller_nid": "savesystem_commandsavehandler_commandsavehandler_excuteallcommands", "callee": "execute", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L51"}, {"caller_nid": "savesystem_commandsavehandler_commandsavehandler_excuteallcommands", "callee": "Log", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L52"}, {"caller_nid": "savesystem_commandsavehandler_commandsavehandler_excuteallcommands", "callee": "LogWarning", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L56"}, {"caller_nid": "savesystem_commandsavehandler_commandsavehandler_excuteallcommands", "callee": "Invoke", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L60"}, {"caller_nid": "savesystem_commandsavehandler_commandsavehandler_addlastcommand", "callee": "AddLast", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L65"}, {"caller_nid": "savesystem_commandsavehandler_commandsavehandler_removelastcommand", "callee": "RemoveLast", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L72"}, {"caller_nid": "savesystem_commandsavehandler_commandsavehandler_clearcommandlist", "callee": "Clear", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\SaveSystem\\CommandSaveHandler.cs", "source_location": "L78"}]}