MCPcopy Create free account
hub / github.com/codecombat/codecombat / getInstances

Function getInstances

app/core/api/events.js:35–35  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

33// instances
34
35export const getInstances = (id) => fetchJson(`/db/event/${id}/instances`)
36
37export const putInstance = (id, options = {}) => fetchJson(`/db/event.instance/${id}`, _.assign({}, {
38 method: 'PUT',

Callers 2

fetchInstancesForEventsFunction · 0.90
fetchEventFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected