Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ pathName
Function
pathName
packages/tools/api-diff/src/Diff.ts:18–18 ·
view source on GitHub ↗
(entity: ApiEntity)
Source
from the content-addressed store, hash-verified
16
}
17
18
const
pathName = (entity: ApiEntity): string => entity.path.at(-1) ??
""
19
20
const
levenshtein = (left: string, right: string): number => {
21
const
row = Array.from({ length: right.length + 1 }, (_, index) => index)
Callers
1
movementChange
Function · 0.85
Calls
1
at
Method · 0.65
Tested by
no test coverage detected