MCPcopy
hub / github.com/fent/randexp.js / gen

Method gen

lib/randexp.js:59–61  ·  view source on GitHub ↗

* Generates the random string. * * @return {String}

()

Source from the content-addressed store, hash-verified

57 * @return {String}
58 */
59 gen() {
60 return this._gen(this.tokens, []);
61 }
62
63
64 /**

Callers 7

randexp-tests.tsFile · 0.80
randexpMethod · 0.80
main-test.jsFile · 0.80
sugar-test.jsFile · 0.80
custom-max-test.jsFile · 0.80
genMaxCharFunction · 0.80

Calls 1

_genMethod · 0.95

Tested by

no test coverage detected