MCPcopy Create free account
hub / github.com/compozy/agh / CreateTaskBlock

Method CreateTaskBlock

internal/task/manager_test.go:726–735  ·  view source on GitHub ↗
(
	_ context.Context,
	mutation CreateTaskBlockMutation,
)

Source from the content-addressed store, hash-verified

724}
725
726func (s *inMemoryManagerStore) CreateTaskBlock(
727 _ context.Context,
728 mutation CreateTaskBlockMutation,
729) (BlockMutationResult, error) {
730 result, err := s.createTaskBlockForTest(mutation.Block, mutation.RecurrenceLimit)
731 if err != nil {
732 return BlockMutationResult{}, err
733 }
734 return result, nil
735}
736
737func (s *inMemoryManagerStore) createTaskBlockForTest(
738 block TaskBlock,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected