MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / helloWorld

Function helloWorld

tests/js/modules/cjs-module.js:8–11  ·  view source on GitHub ↗

* @file cjs-module.js * A CommonJS Module written in JavaScript * @author Wes Garland, wes@distributive.network * @date Jun 2023

()

Source from the content-addressed store, hash-verified

6*/
7
8function helloWorld()
9{
10 console.log('hello, world!')
11}
12
13exports.helloWorld = helloWorld;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected