Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/srcbookdev/srcbook
/ setFilenameError
Function
setFilenameError
packages/web/src/components/cells/code.tsx:174–177 ·
view source on GitHub ↗
(error: string | null)
Source
from the content-addressed store, hash-verified
172
} = useCells();
173
174
function setFilenameError(error: string | null) {
175
_setFilenameError(error);
176
setTimeout(() => _setFilenameError(null), 3000);
177
}
178
179
useEffect(() => {
180
if (!channel) {
Callers
2
Header
Function · 0.85
callback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected