MCPcopy Index your code
hub / github.com/simstudioai/sim / resetDatasets

Function resetDatasets

apps/sim/app/api/knowledge/utils.test.ts:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67let chunkRows: any[] = []
68
69function resetDatasets() {
70 kbRows = []
71 docRows = []
72 chunkRows = []
73}
74
75vi.stubGlobal(
76 'fetch',

Callers 1

utils.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected