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