MCPcopy Index your code
hub / github.com/nodejs/node / search

Method search

lib/internal/url.js:1118–1122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1116 }
1117
1118 get search() {
1119 // Updates to URLSearchParams are lazily propagated to URL, so we need to check we're in sync.
1120 this.#ensureSearchParamsUpdated();
1121 return this.#getSearchFromContext();
1122 }
1123
1124 set search(value) {
1125 const href = bindingUrl.update(this.#context.href, updateActions.kSearch, StringPrototypeToWellFormed(`${value}`));

Callers 15

get_version_helperFunction · 0.45
do_existFunction · 0.45
is_validFunction · 0.45
GetAnnotationInfoMethod · 0.45
HasRunMethod · 0.45
mainFunction · 0.45
ParseNolintSuppressionsFunction · 0.45
_CollapseStringsMethod · 0.45
CheckForCopyrightFunction · 0.45

Calls 4

#getSearchFromContextMethod · 0.95
#updateContextMethod · 0.95
updateMethod · 0.65

Tested by 6

GetAnnotationInfoMethod · 0.36
HasRunMethod · 0.36
_parse_source_envMethod · 0.36
GetRunConfigurationMethod · 0.36
_parse_source_envMethod · 0.36
GetRunConfigurationMethod · 0.36