MCPcopy
hub / github.com/aceld/zinx / Close

Method Close

zutils/witer.go:202–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200}
201
202func (w *Writer) Close() error {
203 w.flush()
204 return w.close()
205}
206
207// close closes the file if it is open.
208func (w *Writer) close() error {

Callers 14

ZipFunction · 0.95
SetLogFileMethod · 0.80
closeFileMethod · 0.80
StartMethod · 0.80
rotateMethod · 0.80
closeMethod · 0.80
ZipToFileFunction · 0.80
ClinetFunction · 0.80
ClientJoinFunction · 0.80
ListenTcpConnMethod · 0.80
ListenKcpConnMethod · 0.80
finalizerMethod · 0.80

Calls 2

flushMethod · 0.95
closeMethod · 0.95

Tested by 2

ClinetFunction · 0.64
ClientJoinFunction · 0.64