MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / labels

Function labels

test/bot-artifact.test.ts:23–23  ·  view source on GitHub ↗
(b?: Button[][])

Source from the content-addressed store, hash-verified

21const allow = { telegram: { allowedUsers: ['u1'] } };
22const flush = async () => { for (let i = 0; i < 4; i++) await new Promise(r => setTimeout(r, 0)); };
23const labels = (b?: Button[][]) => b?.[0]?.map(x => x.label) ?? [];
24const card: ArtifactCard = { artifactId: 'dash', title: 'Sales Dashboard', type: 'html', verdict: 'looks_good', issues: [], liveUrl: 'http://localhost:7777/', screenshotPath: '/tmp/shot.png' };
25
26describe('living-artifact bot card', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected