MCPcopy
hub / github.com/vuejs/devtools-v6 / getSettings

Method getSettings

packages/api/src/proxy.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50 this.fallbacks = {
51 getSettings() {
52 return currentSettings
53 },
54 setSettings(value) {
55 try {
56 localStorage.setItem(localSettingsSaveId, JSON.stringify(value))

Callers 1

index.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected