MCPcopy
hub / github.com/FlowiseAI/Flowise / stringify

Function stringify

packages/ui/src/utils/exportImport.js:100–106  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

98}
99
100export const stringify = (object) => {
101 try {
102 return JSON.stringify(object, null, 2)
103 } catch (error) {
104 throw new Error(`exportImport.stringify ${getErrorMessage(error)}`)
105 }
106}
107
108export const exportData = (exportAllData) => {
109 try {

Callers 2

ProfileSectionFunction · 0.90
sanitizeChatflowFunction · 0.85

Calls 2

getErrorMessageFunction · 0.90
stringifyMethod · 0.80

Tested by

no test coverage detected