Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Updates the solutions' API call graph (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: iosifache <iosifache@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and iosifache committed Sep 26, 2022
1 parent ac1b60d commit 5db4f8a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions others/api_call_graph_script/exports/call_graph
Expand Up @@ -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];
}
Expand Down

0 comments on commit 5db4f8a

Please sign in to comment.