Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ setPreparedById
Method
setPreparedById
lib/metadata/index.js:440–442 ·
view source on GitHub ↗
@ignore
(info)
Source
from the content-addressed store, hash-verified
438
439
/** @ignore */
440
setPreparedById(info) {
441
return
this._preparedQueries.setById(info);
442
}
443
444
/** @ignore */
445
getAllPrepared() {
Callers
1
_prepareWithQueryPlan
Method · 0.80
Calls
1
setById
Method · 0.80
Tested by
no test coverage detected