MCPcopy
hub / github.com/toon-format/toon / getId

Function getId

benchmarks/src/questions/index.ts:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 const questions: Question[] = []
29 const idGen = createIdGenerator()
30 const getId = () => idGen.next().value
31
32 // Get datasets with proper typing
33 const tabular = (ACCURACY_DATASETS.find(d => d.name === 'tabular')?.data.employees as Employee[]) ?? []

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…