MCPcopy
hub / github.com/toon-format/toon / dataset

Method dataset

benchmarks/src/questions/utils.ts:51–54  ·  view source on GitHub ↗
(dataset: Question['dataset'])

Source from the content-addressed store, hash-verified

49 }
50
51 dataset(dataset: Question['dataset']): this {
52 this.question.dataset = dataset
53 return this
54 }
55
56 answerType(kind: AnswerType): this {
57 this.question.answerType = kind

Calls

no outgoing calls

Tested by

no test coverage detected