MCPcopy
hub / github.com/ocsjs/ocsjs / CompletionCase

Interface CompletionCase

tests/resolver.test.ts:33–37  ·  view source on GitHub ↗

填空题用例(答案为自由文本,按空位顺序的字符串数组)

Source from the content-addressed store, hash-verified

31
32/** 填空题用例(答案为自由文本,按空位顺序的字符串数组) */
33interface CompletionCase {
34 a: string;
35 blanks: number;
36 expect: string[];
37}
38
39interface Cases {
40 single: OptionCase[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected