MCPcopy Create free account
hub / github.com/btd/rollup-plugin-visualizer / MappedNode

Interface MappedNode

plugin/data.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { ModuleMapper } from "./module-mapper.js";
4
5interface MappedNode {
6 uid: string;
7}
8
9const addToPath = (
10 moduleId: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected