MCPcopy Create free account
hub / github.com/ChromeDevTools/devtools-frontend / optionalString

Method optionalString

front_end/models/har/HARFormat.ts:40–42  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

38 }
39
40 static optionalString(data: any): string|undefined {
41 return data !== undefined ? String(data) : undefined;
42 }
43
44 customAsString(name: string): string|undefined {
45 const value = this.custom.get(name);

Callers 15

constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls 1

StringInterface · 0.85

Tested by

no test coverage detected