Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cyrus-and/fracker
/ method2
Method
method2
test/php/objects.php:12–15 ·
view source on GitHub ↗
($x, $y)
Source
from the content-addressed store, hash-verified
10
}
11
12
function method2($x, $y) {
13
$this->method3($x);
14
$this->method3($y);
15
}
16
17
function method3($x) {
18
var_dump($x);
Callers
2
method1
Method · 0.95
objects.php
File · 0.80
Calls
1
method3
Method · 0.95
Tested by
no test coverage detected