MCPcopy Create free account
hub / github.com/nodejs/node / getValues

Function getValues

deps/v8/tools/link_clicker.extension/background.js:41–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 function getValues() {
42 return {
43 type: 'update',
44 minInterval: minInterval,
45 maxInterval: maxInterval,
46 pattern: pattern.source,
47 enabled: enabled
48 }
49 }
50
51 function updateTabs() {
52 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {

Callers 3

background.jsFile · 0.70
updateFromMessageFunction · 0.70
updateTabsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected