MCPcopy Create free account
hub / github.com/esm7/obsidian-map-view / setValue

Method setValue

tests/__mocks__/obsidian.ts:120–122  ·  view source on GitHub ↗
(_v: string)

Source from the content-addressed store, hash-verified

118 return '';
119 }
120 setValue(_v: string) {
121 return this;
122 }
123 onChange(_fn: (v: string) => void) {
124 return this;
125 }

Callers 5

displayMethod · 0.80
refreshOpenInSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected