Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scottrogowski/code2flow
/ add
Method
add
tests/test_code/js/chained/chained.js:6–9 ·
view source on GitHub ↗
(b)
Source
from the content-addressed store, hash-verified
4
}
5
6
add(b) {
7
this.val += b
8
return
this;
9
}
10
11
sub(b) {
12
this.val -= b;
Callers
15
_filter_nodes_for_subset
Function · 0.45
get_sources_and_language
Function · 0.45
map_it
Function · 0.45
_limit_namespaces
Function · 0.45
_limit_functions
Function · 0.45
chained.js
File · 0.45
getSetWeek
Function · 0.45
getSetISOWeek
Function · 0.45
getSetDayOfWeek
Function · 0.45
getSetLocaleDayOfWeek
Function · 0.45
createFromConfig
Function · 0.45
getSetOffset
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected