MCPcopy Index your code
hub / github.com/FastForwardTeam/FastForward / update

Method update

src/js/injection_script.js:13–17  ·  view source on GitHub ↗
({ url, is_regex, execution })

Source from the content-addressed store, hash-verified

11 }
12
13 update({ url, is_regex, execution }) {
14 this.url = url;
15 this.is_regex = is_regex;
16 this.execution = execution;
17 }
18}
19//Variables
20let isGoodLink_allowSelf = false

Callers 3

ace.jsFile · 0.80
uikit.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected