MCPcopy Create free account
hub / github.com/deepclause/agentvm / worker.js

File worker.js

src/worker.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { parentPort, workerData, receiveMessageOnPort } = require('node:worker_threads');
2const { WASI } = require('node:wasi');
3const fs = require('node:fs');
4const { NetworkStack } = require('./network');

Callers

nothing calls this directly

Calls 1

startFunction · 0.85

Tested by

no test coverage detected