MCPcopy
hub / github.com/wavetermdev/waveterm / Size

Method Size

pkg/jobmanager/cirbuf.go:152–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152func (cb *CirBuf) Size() int {
153 cb.lock.Lock()
154 defer cb.lock.Unlock()
155 return cb.count
156}
157
158func (cb *CirBuf) TotalSize() int64 {
159 cb.lock.Lock()

Callers 15

remoteCopyFileInternalFunction · 0.45
statToFileInfoFunction · 0.45
ClientConnectedMethod · 0.45
prepareNextPacketMethod · 0.45
validateTextFileFunction · 0.45
readTextFileCallbackFunction · 0.45
ReadTailLinesFunction · 0.45
HasWaveZshHistoryFunction · 0.45
ReadDirFunction · 0.45
ReadDirRecursiveFunction · 0.45
DetectMimeTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected