Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
let
chunkRows: any[] = []
68
69
function
resetDatasets() {
70
kbRows = []
71
docRows = []
72
chunkRows = []
73
}
74
75
vi.stubGlobal(
76
'fetch'
,
Callers
1
utils.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected