Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ResearAI/AutoFigure
/ ValidationResult
Interface
ValidationResult
frontend/components/chat-input.tsx:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
interface ValidationResult {
48
validFiles: File[]
49
errors: string[]
50
}
51
52
function validateFiles(
53
newFiles: File[],
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected