MCPcopy
hub / github.com/google/ax / memoryEventLog

Function memoryEventLog

internal/controller/executor/executor_test.go:34–36  ·  view source on GitHub ↗

memoryEventLog returns a new EventLogBuilder that creates a fresh MemoryEventLog per task.

()

Source from the content-addressed store, hash-verified

32
33// memoryEventLog returns a new EventLogBuilder that creates a fresh MemoryEventLog per task.
34func memoryEventLog() EventLog {
35 return &executortest.MemoryEventLog{}
36}
37
38func Example() {
39 ctx := context.Background()

Callers 7

ExampleFunction · 0.85
TestTaskManagerFunction · 0.85
TestFanoutFunction · 0.85
TestConfirmationFunction · 0.85
TestResumeFunction · 0.85
TestResumeConfirmationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected