Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ save
Method
save
packages/workspace/src/resource.ts:115–117 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
113
}
114
115
async
save(value: any) {
116
return
await
this.resourceTypeInstance.save?.(value);
117
}
118
119
get editorViews() {
120
return
this.resourceTypeInstance.editorViews;
Callers
nothing calls this directly
Calls
1
save
Method · 0.65
Tested by
no test coverage detected