MCPcopy Create free account
hub / github.com/SAP-samples/cloud-sdk-js /

Class

samples/cf-sample-application/src/app.service.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3@Injectable()
4export class AppService {
5 getHello(): string {
6 return 'Hello World!';
7 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected