MCPcopy Create free account
hub / github.com/Cicada000/VV / validateSearchInput

Method validateSearchInput

Web/script.js:492–494  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

490}
491class SearchController {
492 static validateSearchInput(query) {
493 return query && query.trim().length > 0;
494 }
495
496 static async performSearch(query, minRatio, minSimilarity) {
497 const isSemanticSearch = document

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected