MCPcopy Create free account
hub / github.com/microsoft/data-formulator / isCurrent

Function isCurrent

src/views/DataLoadingChat.tsx:768–768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

766 // (now-cleared) thread.
767 const mySession = sessionRef.current;
768 const isCurrent = () => mySession === sessionRef.current;
769
770 dispatch(dfActions.addChatMessage(userMsg));
771 dispatch(dfActions.setDataLoadingChatInProgress(true));

Callers 1

DataLoadingChatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected