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

Method String

roomserver/api/input.go:45–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43)
44
45func (k Kind) String() string {
46 switch k {
47 case KindOutlier:
48 return "KindOutlier"
49 case KindNew:
50 return "KindNew"
51 case KindOld:
52 return "KindOld"
53 default:
54 return "(unknown)"
55 }
56}
57
58// DoNotSendToOtherServers tells us not to send the event to other matrix
59// servers.

Callers 15

collectMethod · 0.45
ProduceRoomEventsMethod · 0.45
SendPresenceMethod · 0.45
RegisterFunction · 0.45
AuthFallbackFunction · 0.45
GetPresenceFunction · 0.45
AddMortgageFunction · 0.45
PostJSONFunction · 0.45
PostJSONFunction · 0.45
RowsNextMethod · 0.45
TestGlobToRegexpFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestGlobToRegexpFunction · 0.36