-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibmutt.gv
57 lines (53 loc) · 882 Bytes
/
libmutt.gv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
digraph libmutt
{
graph [
rankdir="TB"
nodesep="0.2"
ranksep="0.5"
]
node [
shape="Mrecord"
fontsize="12"
style="solid"
height="0.2"
penwidth="1.5"
color=black
]
edge [
penwidth="1.0"
arrowsize="0.5"
]
base64 -> buffer
buffer -> string
charset -> regex
date -> prex
date -> string
envlist -> string
file -> string
filter -> envlist
filter -> signal
hash -> string
list -> string
logging -> file
logging -> message
logging -> queue
logging -> string
mapping -> string
mbyte -> buffer
mbyte -> charset
memory -> exit
memory -> logging
notify -> memory
path -> string
pool -> buffer
prex -> memory
random -> exit
random -> logging
random -> message
regex -> mbyte
signal -> message
slist -> buffer
slist -> list
string -> memory
{ rank=same array file message queue md5 }
}