MCPcopy 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.
109func (p *MemWal) Close() {
110 if !atomic.CompareAndSwapUint32(&p.closed, 0, 1) {
111 return
112 }
113}

Callers 3

TestRuntimeFunction · 0.95
BenchmarkRuntimeFunction · 0.95
TestMemWal_WriteFunction · 0.95

Calls

no outgoing calls

Tested by 3

TestRuntimeFunction · 0.76
BenchmarkRuntimeFunction · 0.76
TestMemWal_WriteFunction · 0.76