(ids)
| 228 | }, |
| 229 | |
| 230 | fetchNamesForUser (ids) { |
| 231 | return fetchJson('/db/user/-/names', { |
| 232 | method: 'POST', |
| 233 | data: { ids } |
| 234 | }) |
| 235 | }, |
| 236 | getUserCredits (operation) { |
| 237 | return fetchJson(`/db/user-credits/${operation}`, _.assign({}, { |
| 238 | method: 'GET' |
nothing calls this directly
no outgoing calls
no test coverage detected