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

Struct ComMessage

server/datamodel.go:407–410  ·  view source on GitHub ↗

Combined message

Source from the content-addressed store, hash-verified

405
406// Combined message
407type ComMessage struct {
408 *ClientComMessage
409 *ServerComMessage
410}
411
412func modelGetBoolParam(params map[string]interface{}, name string) bool {
413 var val bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected