Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainjet/platform
/ getHello
Method
getHello
apps/api/src/app.service.ts:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
@Injectable()
4
export
class
AppService {
5
getHello(): string {
6
return
'Hello World!'
7
}
8
}
Callers
1
app.controller.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected