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

Function groupName

packages/tools/api-diff/src/Diff.ts:108–108  ·  view source on GitHub ↗
(group: ApiGroup)

Source from the content-addressed store, hash-verified

106}
107
108const groupName = (group: ApiGroup): string => group.path.at(-1) ?? ""
109
110const groupSimilarity = (
111 base: ApiGroup,

Callers 2

groupSimilarityFunction · 0.85
diffSnapshotsFunction · 0.85

Calls 1

atMethod · 0.65

Tested by

no test coverage detected