MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / getSettingsSnapshot

Method getSettingsSnapshot

src/api/TaskNotesAPI.ts:2271–2273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2269 }
2270
2271 getSettingsSnapshot(): Readonly<TaskNotesSettings> {
2272 return JSON.parse(JSON.stringify(this.plugin.settings)) as TaskNotesSettings;
2273 }
2274
2275 private registerExtension<TApi>(
2276 extension: TaskNotesRuntimeExtension<TApi>

Callers 2

TaskNotesAPIClass · 0.95

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected