MCPcopy 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_subsetFunction · 0.45
get_sources_and_languageFunction · 0.45
map_itFunction · 0.45
_limit_namespacesFunction · 0.45
_limit_functionsFunction · 0.45
chained.jsFile · 0.45
getSetWeekFunction · 0.45
getSetISOWeekFunction · 0.45
getSetDayOfWeekFunction · 0.45
getSetLocaleDayOfWeekFunction · 0.45
createFromConfigFunction · 0.45
getSetOffsetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected