Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ bar
Method
bar
java/Chapter 14/Introduction/Introduction.java:26–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
public
static
void
bar() {
27
System.out.println(
"start bar"
);
28
String v = foo();
29
System.out.println(v);
30
System.out.println(
"end bar"
);
31
}
32
33
public
static
void
main(String[] args) {
34
bar();
Callers
1
main
Method · 0.95
Calls
1
foo
Method · 0.95
Tested by
no test coverage detected