MCPcopy Create free account
hub / github.com/daodst/chat / js

Function js

userapi/api/api_trace.go:239–245  ·  view source on GitHub ↗
(thing interface{})

Source from the content-addressed store, hash-verified

237}
238
239func js(thing interface{}) string {
240 b, err := json.Marshal(thing)
241 if err != nil {
242 return fmt.Sprintf("Marshal error:%s", err)
243 }
244 return string(b)
245}

Callers 15

QueryLoginTokenMethod · 0.70
InputAccountDataMethod · 0.70
PerformPasswordUpdateMethod · 0.70
PerformDeviceCreationMethod · 0.70
PerformDeviceDeletionMethod · 0.70
PerformLastSeenUpdateMethod · 0.70
PerformDeviceUpdateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected