Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ Close
Method
Close
kayak/wal/mem_wal.go:109–113 ·
view source on GitHub ↗
Close implements Wal.Close.
()
Source
from the content-addressed store, hash-verified
107
108
// Close implements Wal.Close.
109
func
(p *MemWal) Close() {
110
if
!atomic.CompareAndSwapUint32(&p.closed, 0, 1) {
111
return
112
}
113
}
Callers
3
TestRuntime
Function · 0.95
BenchmarkRuntime
Function · 0.95
TestMemWal_Write
Function · 0.95
Calls
no outgoing calls
Tested by
3
TestRuntime
Function · 0.76
BenchmarkRuntime
Function · 0.76
TestMemWal_Write
Function · 0.76