MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / SetClosing

Method SetClosing

internal/caches/open_file_pool.go:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92func (this *OpenFilePool) SetClosing() {
93 this.isClosed = true
94}
95
96func (this *OpenFilePool) Close() {
97 this.isClosed = true

Callers 1

CloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected