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

Method password

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

Source from the content-addressed store, hash-verified

1035 }
1036
1037 get password() {
1038 if (this.#context.host_start - this.#context.username_end > 0) {
1039 return StringPrototypeSlice(this.#context.href, this.#context.username_end + 1, this.#context.host_start);
1040 }
1041 return '';
1042 }
1043
1044 set password(value) {
1045 const href = bindingUrl.update(this.#context.href, updateActions.kPassword, `${value}`);

Callers 8

adduserFunction · 0.80
loginFunction · 0.80
readPasswordsMethod · 0.80
setMethod · 0.80
enable2faMethod · 0.80
disable2faMethod · 0.80
createMethod · 0.80
read-user-info.jsFile · 0.80

Calls 2

#updateContextMethod · 0.95
updateMethod · 0.65

Tested by

no test coverage detected