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

Function workspace

public/js/aiChat.js:498–501  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

496 };
497
498 const workspace = () => ({
499 sourceId: String(sourceEl?.value || 'local').trim() || 'local',
500 rootPath: String(rootEl?.value || 'root').trim() || 'root'
501 });
502
503 const currentChatLocation = () => ({
504 sourceId: getActiveSourceId(),

Callers 3

saveRecipeDraftFunction · 0.85
updateScopeSummaryFunction · 0.85
sendMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected