MCPcopy
hub / github.com/etcd-io/bbolt / Write

Method Write

internal/freelist/freelist.go:12–12  ·  view source on GitHub ↗

Write writes the freelist into the given page.

(page *common.Page)

Source from the content-addressed store, hash-verified

10
11 // Write writes the freelist into the given page.
12 Write(page *common.Page)
13
14 // EstimatedWritePageSize returns the size in bytes of the freelist after serialization in Write.
15 // This should never underestimate the size.

Callers 15

commitFreelistMethod · 0.65
WriteToMethod · 0.65
writeMetaMethod · 0.65
BenchmarkDBBatchSingleFunction · 0.65
validateBatchBenchFunction · 0.65
TestFreeList_initFunction · 0.65
TestFreeList_reloadFunction · 0.65
TestFreelist_writeFunction · 0.65
TestFreelist_E2E_ReloadFunction · 0.65

Implementers 1

sharedinternal/freelist/shared.go

Calls

no outgoing calls

Tested by 13

BenchmarkDBBatchSingleFunction · 0.52
validateBatchBenchFunction · 0.52
TestFreeList_initFunction · 0.52
TestFreeList_reloadFunction · 0.52
TestFreelist_writeFunction · 0.52
TestFreelist_E2E_ReloadFunction · 0.52
WriteMethod · 0.52
WriteMethod · 0.52