MCPcopy
hub / github.com/wensonsmith/YoudaoTranslator / setShift

Method setShift

src/workflow/item.ts:121–123  ·  view source on GitHub ↗
(subtitle: string, arg: string, valid: boolean = true)

Source from the content-addressed store, hash-verified

119 }
120
121 setShift(subtitle: string, arg: string, valid: boolean = true): this {
122 return this.setMod("shift", subtitle, arg, valid);
123 }
124
125 setFn(subtitle: string, arg: string, valid: boolean = true): this {
126 return this.setMod("fn", subtitle, arg, valid);

Callers

nothing calls this directly

Calls 1

setModMethod · 0.95

Tested by

no test coverage detected