Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
{myClass, inner, hi} = require(
"imported"
);
2
3
function
outer() {
4
let
cls =
new
myClass();
Callers
nothing calls this directly
Calls
1
outer
Function · 0.70
Tested by
no test coverage detected