MCPcopy Create free account
hub / github.com/Make-md/makemd / saveSystemCommand

Method saveSystemCommand

src/shared/types/spaceManager.ts:26–26  ·  view source on GitHub ↗
(lib: string, action: Command)

Source from the content-addressed store, hash-verified

24 loadPath: (path: string) => Promise<PathCache | void>;
25 readSystemCommands(): Promise<Library[]>;
26 saveSystemCommand(lib: string, action: Command): Promise<void>;
27 onSpaceUpdated(path: string, type: SpaceFragmentType): void;
28 onFocusesUpdated(): void;
29 saveFrameKit(frames: MDBFrame, name: string): Promise<void>;

Callers 7

constructorMethod · 0.65
iFunction · 0.65
saveCommandFunction · 0.65
addLibraryFunction · 0.65
SystemTreeFunction · 0.65
saveCommandFunction · 0.65
SpaceManagerClass · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected