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

Function createMessageDefaultModel

app/models/Message.ts:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25export interface MessageSnapshotOut extends SnapshotOut<typeof MessageModel> {}
26export interface MessageSnapshotIn extends SnapshotIn<typeof MessageModel> {}
27export const createMessageDefaultModel = () => types.optional(MessageModel, {})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected