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