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

Method setFn

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

Source from the content-addressed store, hash-verified

123 }
124
125 setFn(subtitle: string, arg: string, valid: boolean = true): this {
126 return this.setMod("fn", subtitle, arg, valid);
127 }
128
129 setCtrl(subtitle: string, arg: string, valid: boolean = true): this {
130 return this.setMod("ctrl", subtitle, arg, valid);

Callers

nothing calls this directly

Calls 1

setModMethod · 0.95

Tested by

no test coverage detected