MCPcopy
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
30export type IResource = IBaseResource<IResource>;

Callers 3

urlMethod · 0.65
initMethod · 0.65
ContextClass · 0.65

Implementers 1

Resourcepackages/workspace/src/resource.ts

Calls

no outgoing calls

Tested by

no test coverage detected