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

Method format

typings/internalBinding/url.d.ts:10–10  ·  view source on GitHub ↗
(input: string, fragment?: boolean, unicode?: boolean, search?: boolean, auth?: boolean)

Source from the content-addressed store, hash-verified

8 canParse(input: string): boolean;
9 canParse(input: string, base: string): boolean;
10 format(input: string, fragment?: boolean, unicode?: boolean, search?: boolean, auth?: boolean): string;
11 parse(input: string, base?: string): string | false;
12 update(input: string, actionType: typeof urlUpdateActions, value: string): string | false;
13 getOrigin(input: string): string;

Callers 15

FormatJUnitXMLMethod · 0.65
lexer.pyFile · 0.65
wrapFunction · 0.65
_GetFunction · 0.65
PrettyPrintNodeFunction · 0.65
quote_replaceFunction · 0.65
__init__Method · 0.65
_TranslateFunction · 0.65
GetWrapperExtensionMethod · 0.65
_GetPdbPathFunction · 0.65
__repr__Method · 0.65

Calls

no outgoing calls

Tested by 1

testFunction · 0.52