MCPcopy Create free account
hub / github.com/apache/maka / create

Method create

packages/core/src/task-ledger.ts:117–117  ·  view source on GitHub ↗
(
    sessionId: string,
    drafts: unknown,
    context?: TaskLedgerMutationContext,
  )

Source from the content-addressed store, hash-verified

115 list(sessionId: string, options?: TaskLedgerListOptions): Promise<Task[]>;
116 get(sessionId: string, id: string, options?: TaskLedgerListOptions): Promise<Task | undefined>;
117 create(
118 sessionId: string,
119 drafts: unknown,
120 context?: TaskLedgerMutationContext,

Implementers 3

FakeTaskLedgerStorepackages/runtime/src/__tests__/task-le
HostTaskLedgerCoordinatorpackages/runtime-host/src/server/task-
SqliteTaskLedgerStoreImplpackages/storage/src/task-ledger-store

Calls

no outgoing calls

Tested by

no test coverage detected