MCPcopy
hub / github.com/Crosstalk-Solutions/project-nomad / downloadRemoteMapRegion

Method downloadRemoteMapRegion

admin/inertia/lib/api.ts:115–123  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

113 }
114
115 async downloadRemoteMapRegion(url: string) {
116 return catchInternal(async () => {
117 const response = await this.client.post<{ message: string; filename: string; url: string }>(
118 '/maps/download-remote',
119 { url }
120 )
121 return response.data
122 })()
123 }
124
125 async downloadRemoteMapRegionPreflight(url: string) {
126 return catchInternal(async () => {

Callers 1

downloadCustomFileFunction · 0.80

Calls 1

catchInternalFunction · 0.90

Tested by

no test coverage detected