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

Function js

roomserver/api/api_trace.go:376–382  ·  view source on GitHub ↗
(thing interface{})

Source from the content-addressed store, hash-verified

374}
375
376func js(thing interface{}) string {
377 b, err := json.Marshal(thing)
378 if err != nil {
379 return fmt.Sprintf("Marshal error:%s", err)
380 }
381 return string(b)
382}

Callers 15

InputRoomEventsMethod · 0.70
PerformInviteMethod · 0.70
PerformPeekMethod · 0.70
PerformUnpeekMethod · 0.70
PerformRoomUpgradeMethod · 0.70
PerformJoinMethod · 0.70
PerformLeaveMethod · 0.70
PerformPublishMethod · 0.70
PerformInboundPeekMethod · 0.70
QueryPublishedRoomsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected