Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ sign
Function
sign
tests/test_code/js/moment/moment.js:5498–5500 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
5496
var
abs$1 = Math.abs;
5497
5498
function
sign(x) {
5499
return
(x > 0) - (x < 0) || +x;
5500
}
5501
5502
function
toISOString$1() {
5503
// for ISO strings we do not use the normal bubbling rules:
Callers
1
toISOString$1
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected