MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / save

Method save

packages/shell/src/model/window.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 async save() {
43 return await this[windowSymbol].save();
44 }
45
46 onSave(fn: () => void) {
47 return this[windowSymbol].onSave(fn);

Callers

nothing calls this directly

Calls 1

saveMethod · 0.65

Tested by

no test coverage detected