MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / outer

Function outer

tests/test_code/js/two_file_imports/importer.js:3–7  ·  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();
5 inner();
6 hi();
7}
8
9outer();

Callers 1

importer.jsFile · 0.70

Calls 1

innerFunction · 0.70

Tested by

no test coverage detected