Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/ax
/ Close
Method
Close
internal/controller/executor/eventlog.go:44–44 ·
view source on GitHub ↗
Close releases the underlying resources and closes the log.
()
Source
from the content-addressed store, hash-verified
42
43
// Close releases the underlying resources and closes the log.
44
Close() error
45
}
46
47
var
marshalOpts = protojson.MarshalOptions{UseProtoNames: true}
Callers
15
TestController_Fork
Function · 0.65
TestController_Fork_SrcSeqNotFound
Function · 0.65
Close
Method · 0.65
startMockGRPCServer
Function · 0.65
Close
Method · 0.65
TestController_Exec_ResumptionAndIDGeneration
Function · 0.65
TestController_Exec_LastSeq_Empty
Function · 0.65
TestController_Exec_LastSeq
Function · 0.65
TestController_Exec_LastSeq_NotFound
Function · 0.65
TestController_Exec_WaitsForConfirmation
Function · 0.65
TestController_Exec_InternalOnly
Function · 0.65
TestSQLiteEventLog_AppendAndEvents
Function · 0.65
Implementers
2
SQLiteEventLog
internal/controller/executor/sqlite.go
MemoryEventLog
internal/controller/executor/executort
Calls
no outgoing calls
Tested by
14
TestController_Fork
Function · 0.52
TestController_Fork_SrcSeqNotFound
Function · 0.52
startMockGRPCServer
Function · 0.52
TestController_Exec_ResumptionAndIDGeneration
Function · 0.52
TestController_Exec_LastSeq_Empty
Function · 0.52
TestController_Exec_LastSeq
Function · 0.52
TestController_Exec_LastSeq_NotFound
Function · 0.52
TestController_Exec_WaitsForConfirmation
Function · 0.52
TestController_Exec_InternalOnly
Function · 0.52
TestSQLiteEventLog_AppendAndEvents
Function · 0.52
TestSQLiteEventLog_ConcurrentAppend
Function · 0.52
TestSQLiteEventLog_Empty
Function · 0.52