MCPcopy
hub / github.com/alibaba/lowcode-engine / mockParser

Function mockParser

packages/renderer-core/tests/utils/data-helper.test.ts:42–42  ·  view source on GitHub ↗
(config: any)

Source from the content-addressed store, hash-verified

40 let mockDataSourceConfig = {};
41 const mockAppHelper = {};
42 const mockParser = (config: any) => parseData(config);
43 let dataHelper = new DataHelper(mockHost, mockDataSourceConfig, mockAppHelper, mockParser);
44
45 expect(dataHelper).toBeTruthy();

Callers

nothing calls this directly

Calls 1

parseDataFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…