Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
refreshUrlParsingRules
Method · 0.95
display
Method · 0.80
addOpenBehaviorOptions
Method · 0.80
refreshMapSourceSettings
Method · 0.80
refreshOpenInSettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected