MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / lib

Function lib

dashboard/test/lib-utils.test.mjs:7–7  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

5import { importBundledModule } from "./helpers/module-loader.mjs";
6
7const lib = (name) => path.resolve(process.cwd(), "lib", name);
8
9const { qs } = await importBundledModule(lib("qs.ts"));
10const { fmt, short } = await importBundledModule(lib("format.ts"));

Callers 1

lib-utils.test.mjsFile · 0.85

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected