MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / parse

Method parse

lib/tokenizer.js:63–65  ·  view source on GitHub ↗

* Parses a token string and returns a representation of the token * @abstract * @param {String} value

(value)

Source from the content-addressed store, hash-verified

61 * @param {String} value
62 */
63 parse(value) {
64 throw new Error('You must implement a parse function for the tokenizer');
65 }
66
67 minToken() {
68 throw new Error('You must implement a minToken function for the tokenizer');

Callers 15

_getAppInfoMethod · 0.45
_makeRequestFunction · 0.45
polygon-tests.jsFile · 0.45
point-tests.jsFile · 0.45
getStartupMessageFunction · 0.45
validateVersionFunction · 0.45
validateCompareFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected