Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cicada000/VV
/
Class
Web/script.js:491–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
}
490
}
491
class
SearchController {
492
static validateSearchInput(query) {
493
return
query && query.trim().length > 0;
494
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected