MCPcopy Index your code
hub / github.com/bytecodealliance/ComponentizeJS / run

Function run

test/api/index.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4let result;
5export const run = {
6 run() {
7 result = `NOW: ${now().seconds}, RANDOM: ${getRandomBytes(2n)}`;
8 }
9};
10
11export const getResult = () => result;

Callers 15

testFunction · 0.50
testFunction · 0.50
testFunction · 0.50
testFunction · 0.50
testFunction · 0.50
testFunction · 0.50
testFunction · 0.50
testFunction · 0.50
testFunction · 0.50
testFunction · 0.50
testFunction · 0.50
testFunction · 0.50

Calls 2

nowFunction · 0.85
getRandomBytesFunction · 0.85

Tested by 15

testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40