From 5db4f8a41b988014e36c27679a2ed3a3f5506f9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:05:05 +0300 Subject: [PATCH] Updates the solutions' API call graph (#65) Signed-off-by: GitHub Signed-off-by: GitHub Co-authored-by: iosifache --- .../api_call_graph_script/exports/call_graph | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/others/api_call_graph_script/exports/call_graph b/others/api_call_graph_script/exports/call_graph index 7246e22..c21c17e 100644 --- a/others/api_call_graph_script/exports/call_graph +++ b/others/api_call_graph_script/exports/call_graph @@ -119,36 +119,36 @@ digraph "Call Graph" { shape=ellipse, style=filled ]; - "ACTIONS_MANAGER.execute" [color=lightgray, - label="ACTIONS_MANAGER.execute", + "INFORMATION_MANAGER.populate" [color=lightgray, + label="INFORMATION_MANAGER.populate", shape=ellipse, style=filled]; - "INFORMATION_MANAGER.set_default_values_locally" [color=lightgray, - label="INFORMATION_MANAGER.set_default_values_locally", + "INFORMATION_MANAGER.set" [color=lightgray, + label="INFORMATION_MANAGER.set", shape=ellipse, style=filled]; - "TESTS_MANAGER.test" [color=lightgray, - label="TESTS_MANAGER.test", + "INFORMATION_MANAGER.set_default_values_locally" [color=lightgray, + label="INFORMATION_MANAGER.set_default_values_locally", shape=ellipse, style=filled]; "INFORMATION_MANAGER.get" [color=lightgray, label="INFORMATION_MANAGER.get", shape=ellipse, style=filled]; - "INFORMATION_MANAGER.populate" [color=lightgray, - label="INFORMATION_MANAGER.populate", + "LOGS_MANAGER.get_content" [color=lightgray, + label="LOGS_MANAGER.get_content", shape=ellipse, style=filled]; - "INFORMATION_MANAGER.set" [color=lightgray, - label="INFORMATION_MANAGER.set", + "TESTS_MANAGER.test" [color=lightgray, + label="TESTS_MANAGER.test", shape=ellipse, style=filled]; "INFORMATION_MANAGER.represent_as_dict" [color=lightgray, label="INFORMATION_MANAGER.represent_as_dict", shape=ellipse, style=filled]; - "LOGS_MANAGER.get_content" [color=lightgray, - label="LOGS_MANAGER.get_content", + "ACTIONS_MANAGER.execute" [color=lightgray, + label="ACTIONS_MANAGER.execute", shape=ellipse, style=filled]; }