MCPcopy Create free account
hub / github.com/langgenius/dify / registry.test.ts

File registry.test.ts

cli/src/framework/registry.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { CommandTree } from './registry'
2import { describe, expect, it } from 'vitest'
3import { Command } from './command'
4import { findSuggestions, resolveCommand } from './registry'

Callers

nothing calls this directly

Calls 3

resolveCommandFunction · 0.90
findSuggestionsFunction · 0.90
itFunction · 0.50

Tested by

no test coverage detected