Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
152
func
(cb *CirBuf) Size() int {
153
cb.lock.Lock()
154
defer
cb.lock.Unlock()
155
return
cb.count
156
}
157
158
func
(cb *CirBuf) TotalSize() int64 {
159
cb.lock.Lock()
Callers
15
remoteCopyFileInternal
Function · 0.45
statToFileInfo
Function · 0.45
RemoteWriteFileCommand
Method · 0.45
ClientConnected
Method · 0.45
prepareNextPacket
Method · 0.45
validateTextFile
Function · 0.45
readTextFileCallback
Function · 0.45
ReadTailLines
Function · 0.45
HasWaveZshHistory
Function · 0.45
ReadDir
Function · 0.45
ReadDirRecursive
Function · 0.45
DetectMimeType
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected