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

Method saveFrameKit

src/core/spaceManager/webAdapter/webAdapter.ts:77–79  ·  view source on GitHub ↗
(frames: MDBFrame, name: string)

Source from the content-addressed store, hash-verified

75
76 }
77 public async saveFrameKit (frames: MDBFrame, name: string) {
78 return;
79 }
80 public async saveSpaceTemplate (frames: MDBFrames, name: string) {
81 return;
82 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected