18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
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=lightsalmon];
|
|
c [label="return" style=filled fillcolor=lightskyblue1];
|
|
|
|
a -> b -> c;
|
|
}
|