MCPcopy Index your code
hub / github.com/coder/coder / Close

Method Close

coderd/files/cache.go:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138func (f *CloseFS) Close() {
139 f.close()
140}
141
142// Acquire will load the fs.FS for the given file. It guarantees that parallel
143// calls for the same fileID will only result in one fetch, and that parallel

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected