MCPcopy Create free account
hub / github.com/Oslonline/dithering-studio / getAlgorithmDetail

Function getAlgorithmDetail

src/utils/algorithmInfo.ts:99–99  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

97}
98
99export const getAlgorithmDetail = (id: number) => getOrderedAlgorithmDetails().find((a) => a.id === id);

Callers 1

AlgorithmInfoPanelFunction · 0.90

Calls 1

Tested by

no test coverage detected