MCPcopy Create free account
hub / github.com/Tong89/smartNode / apiUrl

Function apiUrl

frontend/app.js:311–313  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

309 },
310
311 apiUrl(path) {
312 return `${this.apiBase}${path}`;
313 },
314
315 async fetchJson(path, options = {}) {
316 const headers = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected