MCPcopy Create free account
hub / github.com/pythongosssss/ComfyUI-Custom-Scripts / getWorkflows

Function getWorkflows

web/js/workflows.js:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48`;
49
50async function getWorkflows() {
51 const response = await api.fetchApi("/pysssss/workflows", { cache: "no-store" });
52 return await response.json();
53}
54
55async function getWorkflow(name) {
56 const response = await api.fetchApi(`/pysssss/workflows/${encodeURIComponent(name)}`, { cache: "no-store" });

Callers 1

loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected