Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ writeShort
Method
writeShort
lib/writers.js:47–51 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
45
}
46
47
writeShort(num) {
48
const
buf = utils.allocBufferUnsafe(2);
49
buf.writeUInt16BE(num, 0);
50
this.add(buf);
51
}
52
53
writeInt(num) {
54
const
buf = utils.allocBufferUnsafe(4);
Callers
7
write
Method · 0.95
write
Method · 0.95
writeShortBytes
Method · 0.95
writeStringList
Method · 0.95
writeCustomPayload
Method · 0.95
writeStringMap
Method · 0.95
writeQueryParameters
Method · 0.80
Calls
1
add
Method · 0.95
Tested by
no test coverage detected