MCPcopy
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()
4export class AppService {
5 getHello(): string {
6 return 'Hello world!';
7 }
8}

Callers 1

bootstrapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected