MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / parseDemoBody

Function parseDemoBody

deployments/desktop/static/app.js:270–277  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

268}
269
270function parseDemoBody(options) {
271 if (!options || !options.body) return {};
272 try {
273 return JSON.parse(options.body);
274 } catch (_error) {
275 return {};
276 }
277}
278
279function demoReport(title = "PaperFlow Demo Reading Report", writeFeishu = false) {
280 return {

Callers 1

demoApiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected