walpurgis/graphviz/functions/statements/gen_std_output.dot

18 lines
439 B
Plaintext
Raw Normal View History

2023-11-14 18:11:43 -07:00
digraph fn_gen_std_output {
labelloc="t";
graph [fontname = "cc wild words"];
node [fontname = "cc wild words"];
edge [fontname = "cc wild words"];
label="fn_gen_std_output(type: GazType)";
fontname=lovebeat;
rankdir=TB;
newrank=true;
a [label="fork on type"];
b [label="get_instant(type)" shape=diamond style=filled fillcolor=lightcoral];
c [label="return" style=filled fillcolor=lightskyblue1];
a -> b -> c;
}