Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ readByte
Method
readByte
lib/readers.js:138–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
readByte() {
139
const
result = this.buf.readUInt8(this.offset);
140
this.offset += 1;
141
return
result;
142
}
143
144
readString() {
145
const
length = this.readShort();
Callers
3
readInet
Method · 0.95
readInetAddress
Method · 0.95
readError
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected