MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / jsonResult

Function jsonResult

wasm/main.go:173–176  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

171}
172
173func jsonResult(v any) string {
174 b, _ := json.MarshalIndent(v, "", " ")
175 return string(b)
176}
177
178func main() {
179 js.Global().Set("gosqlxParse", js.FuncOf(parse))

Callers 2

validateFunction · 0.85
analyzeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected