MCPcopy 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
171function 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

getDefaultGraphOptionsFunction · 0.70

Calls 1

fromNumberMethod · 0.80

Tested by

no test coverage detected