MCPcopy Index your code
hub / github.com/dataease/SQLBot / clear

Function clear

frontend/src/stores/assistant.ts:210–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 return chat
209 },
210 clear() {
211 wsCache.delete(flagKey)
212 this.$reset()
213 },
214 },
215})
216

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected