MCPcopy Create free account
hub / github.com/error311/FileRise / currentChatLocation

Function currentChatLocation

public/js/aiChat.js:503–506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

501 });
502
503 const currentChatLocation = () => ({
504 sourceId: getActiveSourceId(),
505 rootPath: getActiveFolder()
506 });
507
508 const setWorkspace = (nextWorkspace) => {
509 const next = nextWorkspace && typeof nextWorkspace === 'object' ? nextWorkspace : {};

Callers 3

updateScopeSummaryFunction · 0.85
sendMessageFunction · 0.85
createChatUiFunction · 0.85

Calls 2

getActiveFolderFunction · 0.85
getActiveSourceIdFunction · 0.70

Tested by

no test coverage detected