MCPcopy Index your code
hub / github.com/extrabacon/python-shell / getRandomInt

Function getRandomInt

index.ts:35–37  ·  view source on GitHub ↗

* gets a random int from 0-10000000000

()

Source from the content-addressed store, hash-verified

33 * gets a random int from 0-10000000000
34 */
35function getRandomInt() {
36 return Math.floor(Math.random() * 10000000000);
37}
38
39const execPromise = promisify(exec)
40

Callers 2

checkSyntaxMethod · 0.85
runStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…