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

Function emoji

test/utils.ts:401–405  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

399 if (a === b) return '✅';
400 if (a < b) return '\u001b[32m\u25BC\u001b[0m'; // green up triangle
401 return '\u001b[31m\u25B2\u001b[0m';
402}
403
404//
405// Custom serializers for Jest
406//
407
408// beforeEach(() => {

Callers 1

benchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected