MCPcopy Create free account
hub / github.com/chieapp/chie / getRegisteredViews

Method getRegisteredViews

src/controller/service-manager.ts:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 getRegisteredViews() {
82 return this.#views;
83 }
84
85 getViewSelections(): Selection[] {
86 return this.#views.map(v => ({name: v.name, value: v}));

Callers 2

deserializeMethod · 0.80
getAllViewMenuItemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected