Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ longBuffer
Function
longBuffer
lib/datastax/graph/options.js:171–174 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
169
}
170
171
function
longBuffer(value) {
172
value = Long.fromNumber(value);
173
return
Long.toBuffer(value);
174
}
175
176
/**
177
* Gets the name in upper case of the consistency level.
Callers
1
getDefaultGraphOptions
Function · 0.70
Calls
1
fromNumber
Method · 0.80
Tested by
no test coverage detected