(id)
| 1563 | store.set(schema.$id, schema) |
| 1564 | }, |
| 1565 | getSchema (id) { |
| 1566 | return store.get(id) |
| 1567 | }, |
| 1568 | getSchemas () { |
| 1569 | // what is returned by this function, will be the `storeInit` parameter |
| 1570 | initStoreQueue.push(store) |
nothing calls this directly
no outgoing calls
no test coverage detected