Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ rp
Function
rp
tools/sql2graph.php:93–95 ·
view source on GitHub ↗
($string)
Source
from the content-addressed store, hash-verified
91
}
92
93
function rp($string) {
94
return strtr($string, array(
")"
=>
""
,
"("
=>
""
,
" "
=>
""
,
" "
=>
""
,
","
=>
""
));
95
}
96
97
function parseSQLFile($filename, &$tables, &$edges) {
98
//init
Callers
1
parseSQLFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected