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

Function getActiveSourceId

public/js/aiChat.js:133–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133function getActiveSourceId() {
134 return normalizeSourceId(
135 (typeof window.__frGetActiveSourceId === 'function')
136 ? window.__frGetActiveSourceId()
137 : 'local'
138 );
139}
140
141function refreshFolderView(folder) {
142 const refreshFolder = normalizeFolderPath(folder || 'root');

Calls 1

normalizeSourceIdFunction · 0.70

Tested by

no test coverage detected