MCPcopy
hub / github.com/alibaba/lowcode-engine / save

Method save

packages/workspace/src/resource.ts:25–25  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

23 import(schema: any): Promise<any>;
24
25 save(value: any): Promise<any>;
26
27 url(): Promise<string | undefined>;
28}

Callers 4

saveMethod · 0.65
saveMethod · 0.65
saveMethod · 0.65
saveMethod · 0.65

Implementers 1

Resourcepackages/workspace/src/resource.ts

Calls

no outgoing calls

Tested by

no test coverage detected