Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SAP-samples/cloud-cap-samples-java
/ inspectReview
Function
inspectReview
app/vue/app.js:89–91 ·
view source on GitHub ↗
(eve)
Source
from the content-addressed store, hash-verified
87
},
88
89
async
inspectReview(eve) {
90
bookshop.review = bookshop.reviews[eve.currentTarget.rowIndex - 1];
91
},
92
93
newReview() {
94
bookshop.review = {};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected