(frames: MDBFrame, name: string)
| 75 | |
| 76 | } |
| 77 | public async saveFrameKit (frames: MDBFrame, name: string) { |
| 78 | return; |
| 79 | } |
| 80 | public async saveSpaceTemplate (frames: MDBFrames, name: string) { |
| 81 | return; |
| 82 | } |
nothing calls this directly
no outgoing calls
no test coverage detected