Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ getHello
Method
getHello
sample/18-context/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
bootstrap
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected