MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / clearPreviews

Function clearPreviews

packages/ui/src/views/chatmessage/ChatMessage.jsx:555–559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

553 }
554
555 const clearPreviews = () => {
556 // Revoke the data uris to avoid memory leaks
557 previews.forEach((file) => URL.revokeObjectURL(file.preview))
558 setPreviews([])
559 }
560
561 const onMicrophonePressed = () => {
562 setIsRecording(true)

Callers 1

handleSubmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected