MCPcopy Create free account
hub / github.com/SAP-samples/cloud-cap-samples-java / newReview

Function newReview

app/vue/app.js:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 },
92
93 newReview() {
94 bookshop.review = {};
95 bookshop.message = {};
96 },
97
98 async submitReview() {
99 const review = bookshop.review;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected