Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moli-X/Resources
/ sub
Function
sub
Script/TBPrice.js:152–154 ·
view source on GitHub ↗
(arg1, arg2)
Source
from the content-addressed store, hash-verified
150
}
151
152
function
sub(arg1, arg2) {
153
return
add(arg1, -Number(arg2), arguments[2]);
154
}
155
156
function
add(arg1, arg2) {
157
arg1 = arg1.toString(), arg2 = arg2.toString();
Callers
1
difference
Function · 0.70
Calls
1
add
Function · 0.70
Tested by
no test coverage detected