MCPcopy
hub / github.com/OpenBMB/ChatDev / apiUrl

Function apiUrl

frontend/src/utils/apiFunctions.js:3–3  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

1import yaml from 'js-yaml'
2
3const apiUrl = (path) => path
4
5const addYamlSuffix = (filename) => {
6 const trimmed = (filename || '').trim()

Callers 14

postYamlFunction · 0.85
updateYamlFunction · 0.85
postYamlNameChangeFunction · 0.85
postYamlCopyFunction · 0.85
fetchWorkflowsWithDescFunction · 0.85
fetchWorkflowYAMLFunction · 0.85
fetchYamlFunction · 0.85
fetchVueGraphFunction · 0.85
postVuegraphsFunction · 0.85
fetchConfigSchemaFunction · 0.85
fetchLogsZipFunction · 0.85
getAttachmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected