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

Method saveFrameKit

src/shared/types/spaceManager.ts:29–29  ·  view source on GitHub ↗
(frames: MDBFrame, name: string)

Source from the content-addressed store, hash-verified

27 onSpaceUpdated(path: string, type: SpaceFragmentType): void;
28 onFocusesUpdated(): void;
29 saveFrameKit(frames: MDBFrame, name: string): Promise<void>;
30 saveSpaceTemplate(frames: MDBFrames, name: string): Promise<void>;
31 onPathCreated(path: string): Promise<void>;
32 onPathDeleted(path: string): Promise<void>;

Callers 4

saveFrameKitMethod · 0.65
dFunction · 0.65
addListItemToKitFunction · 0.65
saveFrameKitMethod · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected