MCPcopy Create free account
hub / github.com/ShareDropio/sharedrop / model

Function model

app/routes/room.js:6–9  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

4 controllerName: 'index',
5
6 model(params) {
7 // Get room name from params
8 return params.room_id;
9 },
10
11 afterModel(model, transition) {
12 transition.then((route) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected