MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / importer.js

File importer.js

tests/test_code/js/two_file_imports/importer.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const {myClass, inner, hi} = require("imported");
2
3function outer() {
4 let cls = new myClass();

Callers

nothing calls this directly

Calls 1

outerFunction · 0.70

Tested by

no test coverage detected