Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cnodejs/nodeclub
/ start
Function
start
public/javascripts/google_search_preview.js:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
var
id = -1;
12
var
start =
function
() {
13
id = setInterval(check, 1000);
14
};
15
var
old =
''
;
16
var
check =
function
() {
17
var
q = $in.val().trim();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected