MCPcopy
hub / github.com/vaxilu/x-ui / toString

Method toString

web/assets/js/model/xray.js:69–71  ·  view source on GitHub ↗
(format=true)

Source from the content-addressed store, hash-verified

67 }
68
69 toString(format=true) {
70 return format ? JSON.stringify(this.toJson(), null, 2) : JSON.stringify(this.toJson());
71 }
72
73 static toHeaders(v2Headers) {
74 let newHeaders = [];

Callers 15

base64.min.jsFile · 0.80
URI.min.jsFile · 0.80
isNativeFunction · 0.80
getTypeFunction · 0.80
logErrorFunction · 0.80
vue.runtime.esm.jsFile · 0.80
WatcherFunction · 0.80
isUnknownElementFunction · 0.80
isNativeFunction · 0.80
getTypeFunction · 0.80
logErrorFunction · 0.80
vue.esm.jsFile · 0.80

Calls 1

toJsonMethod · 0.95

Tested by

no test coverage detected