MCPcopy Create free account
hub / github.com/djherbis/socket / Namespace

Method Namespace

client.go:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (s *clientSocket) Namespace() string {
81 return s.ns
82}
83
84func (s *clientSocket) Emit(event string, args ...interface{}) error {
85 return s.Send(s.ns, s.ID(), event, args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected