MCPcopy
hub / github.com/callumalpass/tasknotes / setName

Method setName

tests/__mocks__/obsidian.ts:799–802  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

797 }
798
799 setName(name: string): Setting {
800 this.nameEl.textContent = name;
801 return this;
802 }
803
804 setDesc(desc: string): Setting {
805 this.descEl.textContent = desc;

Callers 15

createTaskModalTagsFieldFunction · 0.95
onOpenMethod · 0.45
onOpenMethod · 0.45
createModalContentMethod · 0.45
renderContentMethod · 0.45
onOpenMethod · 0.45
onOpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected