MCPcopy Index your code
hub / github.com/pythongosssss/ComfyUI-Custom-Scripts / getWorkflow

Function getWorkflow

web/js/workflows.js:55–58  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

53}
54
55async function getWorkflow(name) {
56 const response = await api.fetchApi(`/pysssss/workflows/${encodeURIComponent(name)}`, { cache: "no-store" });
57 return await response.json();
58}
59
60async function saveWorkflow(name, workflow, overwrite) {
61 try {

Callers 3

constructorMethod · 0.85
sendToWorkflowFunction · 0.85
setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected