Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
URI.min.js
File · 0.80
isNative
Function · 0.80
getType
Function · 0.80
logError
Function · 0.80
vue.runtime.esm.js
File · 0.80
Watcher
Function · 0.80
isUnknownElement
Function · 0.80
isNative
Function · 0.80
getType
Function · 0.80
logError
Function · 0.80
vue.esm.js
File · 0.80
Calls
1
toJson
Method · 0.95
Tested by
no test coverage detected