MCPcopy Create free account
hub / github.com/OpenAgentsInc/arcade / createUserStoreDefaultModel

Function createUserStoreDefaultModel

app/models/UserStore.ts:351–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349export interface UserStoreSnapshotOut extends SnapshotOut<typeof UserStoreModel> {}
350export interface UserStoreSnapshotIn extends SnapshotIn<typeof UserStoreModel> {}
351export const createUserStoreDefaultModel = () => types.optional(UserStoreModel, {})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected