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

Function model

app/routes/index.js:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 },
14
15 model() {
16 // Get room name from the server
17 return $.getJSON('/room').then((data) => data.name);
18 },
19
20 setupController(ctrl, model) {
21 ctrl.set('model', []);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected