MCPcopy
hub / github.com/lindb/lindb / newFile

Struct newFile

kv/version/log.go:121–124  ·  view source on GitHub ↗

newFile represents version edit log for adding new file into metadata

Source from the content-addressed store, hash-verified

119
120// newFile represents version edit log for adding new file into metadata
121type newFile struct {
122 level int32
123 file *FileMeta
124}
125
126// CreateNewFile creates NewFile instance for add new file
127func CreateNewFile(level int32, file *FileMeta) Log {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected