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