Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ print_hi
Function
print_hi
tests/test_code/js/classes/classes.js:1–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
function
print_hi() {
2
console.log(
"HI"
)
3
}
4
5
class
Rectangle {
6
constructor(height, width) {
Callers
1
constructor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected