MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / makeLinkUrl

Method makeLinkUrl

packages/server/src/api/rest/index.ts:1890–1892  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

1888 }
1889
1890 private makeLinkUrl(path: string) {
1891 return `${this.options.endpoint}${path}`;
1892 }
1893
1894 private buildSerializers() {
1895 const linkers: Record<string, Linker<any>> = {};

Callers 9

processFetchRelatedMethod · 0.95
processCollectionReadMethod · 0.95
processNestedCreateMethod · 0.95
processNestedUpdateMethod · 0.95
buildSerializersMethod · 0.95
makeNormalizedUrlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected