(options = {})
| 7 | }, |
| 8 | |
| 9 | getAll (options = {}) { |
| 10 | const url = '/db/ai_model' |
| 11 | return fetchJson(url, { |
| 12 | ...options, |
| 13 | data: { |
| 14 | cacheEdge: true, |
| 15 | ...(options.data || {}) |
| 16 | } |
| 17 | }) |
| 18 | } |
| 19 | } |
nothing calls this directly
no outgoing calls
no test coverage detected