Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decodableco/examples
/ getGreeting
Method
getGreeting
pulsar/java/app/src/main/java/pulsar/App.java:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
public
class
App {
14
public
String getGreeting() {
15
return
null;
16
}
17
18
public
static
void
main(String[] args) throws Exception {
19
System.out.println(
new
App().getGreeting());
Callers
1
main
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected