Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ size
Method
size
app/src/processing/app/helpers/CircularBuffer.java:66–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
public
int
size() {
67
if
(end == -1) {
68
return
0;
69
}
70
71
return
(end - start + capacity) % capacity + 1;
72
}
73
74
public
int
capacity() {
75
return
capacity;
Callers
15
get
Method · 0.95
min
Method · 0.95
max
Method · 0.95
toBytes
Method · 0.80
saveHex
Method · 0.80
isExportCompiledSketchSupported
Method · 0.80
exec
Method · 0.80
executeUploadCommand
Method · 0.80
waitForUploadPort
Method · 0.80
burnBootloader
Method · 0.80
merge
Method · 0.80
parseArgs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected