MCPcopy Create free account
hub / github.com/CatMuse/HiNote / createPluginWindowManager

Function createPluginWindowManager

src/plugin/PluginBootstrap.ts:7–9  ·  view source on GitHub ↗
(plugin: CommentPlugin)

Source from the content-addressed store, hash-verified

5import { HiNoteView, VIEW_TYPE_HINOTE } from '../views/hinote/HiNoteView';
6
7export function createPluginWindowManager(plugin: CommentPlugin): WindowManager {
8 return createWindowManager(plugin);
9}
10
11export function registerPluginViews(plugin: CommentPlugin): void {
12 plugin.registerView(

Callers 1

onloadMethod · 0.90

Calls 1

createWindowManagerFunction · 0.90

Tested by

no test coverage detected