Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ skipSpaces
Method
skipSpaces
app/src/main/java/com/sun/mail/iap/Response.java:197–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
195
}
196
197
public
void
skipSpaces() {
198
while
(index < size && buffer[index] ==
' '
)
199
index++;
200
}
201
202
/**
203
* Skip past any spaces. If the next non-space character is c,
Callers
15
isNextNonSpace
Method · 0.95
readDelimString
Method · 0.95
readString
Method · 0.95
readStringList
Method · 0.95
readNumber
Method · 0.95
readLong
Method · 0.95
readByteArray
Method · 0.95
parseString
Method · 0.95
getRest
Method · 0.95
handleResponse
Method · 0.80
MODSEQ
Method · 0.80
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected