MCPcopy Create free account
hub / github.com/codeedu/imersaofc5 / getHello

Method getHello

nestjs/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

Calls

no outgoing calls

Tested by

no test coverage detected