MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / d

Function d

test/compute-engine/dictionary.test.ts:521–522  ·  view source on GitHub ↗
(...pairs: [string, Expression][])

Source from the content-addressed store, hash-verified

519// REVIEW.md C8: dictionaryFromExpression looped from index 1 over the 0-based,
520// head-stripped operands (dropping the first entry) and returned an unwrapped
521// shape for the KeyValuePair branch.
522describe('dictionaryFromExpression (REVIEW.md C8)', () => {
523 it('keeps the first entry of a Dictionary expression', () => {
524 const d = dictionaryFromExpression([
525 'Dictionary',

Callers 2

dictionary.test.tsFile · 0.85
nestedFunction · 0.85

Calls 2

boxFunction · 0.70
mapMethod · 0.65

Tested by

no test coverage detected