MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / createUMLEdge

Function createUMLEdge

tools/sql2graph.php:85–91  ·  view source on GitHub ↗
($from, $to)

Source from the content-addressed store, hash-verified

83}
84
85function createUMLEdge($from, $to) {
86 global $out;
87
88 static $count = 0;
89 $out[] = " <edge id=\"e$count\" source=\"$from\" target=\"$to\" />\n";
90 ++$count;
91}
92
93function rp($string) {
94 return strtr($string, array(")" => "", "(" => "", " " => "", " " => "", "," => ""));

Callers 1

sql2graph.phpFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected