Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ run
Method
run
java/Chapter 16/IntroductionSynchronization/MyClass.java:12–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
public
void
run() {
13
if
(name.equals(
"1"
)) {
14
MyObject.foo(name);
15
}
else
if
(name.equals(
"2"
)) {
16
MyObject.bar(name);
17
}
18
}
19
}
Callers
nothing calls this directly
Calls
2
foo
Method · 0.95
bar
Method · 0.95
Tested by
no test coverage detected