Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ isPoint
Function
isPoint
src/compute-engine/interval/util.ts:114–116 ·
view source on GitHub ↗
(x: Interval)
Source
from the content-addressed store, hash-verified
112
return
{ kind:
'partial'
, value, domainClipped };
113
}
114
115
return
{ kind:
'interval'
, value };
116
}
117
118
/**
119
* Merge two domain clip indicators.
Callers
1
interval-arithmetic.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected