MCPcopy Create free account
hub / github.com/KDAB/codebrowser / text_search

Function text_search

data/indexscript.js:43–46  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

41
42 // Google text search (different than codebrowser.js)
43 var text_search = function(text) {
44 var location = "" + (window.location);
45 window.location = "http://google.com/search?sitesearch=" + encodeURIComponent(location) + "&q=" + encodeURIComponent(text);
46 }
47
48 var fileIndex = [];
49 var searchTerms = {}

Callers 1

activateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected