Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/lowcode-engine
/ url
Method
url
packages/workspace/src/resource.ts:27–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
save(value: any): Promise<any>;
26
27
url(): Promise<string | undefined>;
28
}
29
30
export
type
IResource = IBaseResource<IResource>;
Callers
3
url
Method · 0.65
init
Method · 0.65
Context
Class · 0.65
Implementers
1
Resource
packages/workspace/src/resource.ts
Calls
no outgoing calls
Tested by
no test coverage detected