MCPcopy Create free account
hub / github.com/Effect-TS/effect / rangeWidth

Function rangeWidth

packages/tools/jsdocs/src/Jsdocs.ts:2225–2227  ·  view source on GitHub ↗
(range: readonly [number, number])

Source from the content-addressed store, hash-verified

2223}
2224
2225function rangeWidth(range: readonly [number, number]): number {
2226 return range[1] - range[0]
2227}
2228
2229function seeTargetNames(link: ParsedInlineLink): ReadonlySet<string> {
2230 const names = new Set<string>()

Callers 1

resolveSymbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected