Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ Rectangle
Class
Rectangle
tests/test_code/js/class_in_function/class_in_function.js:2–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
rectangleClassFactory() {
2
class
Rectangle {
3
constructor(height, width) {
4
this.height = height;
5
this.width = width;
6
}
7
}
8
return
Rectangle
9
}
10
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected