MCPcopy
hub / github.com/gdamore/tcell / SetId

Method SetId

vt/emulate.go:41–41  ·  view source on GitHub ↗

SetId sets our identity.

(name string, version string)

Source from the content-addressed store, hash-verified

39type Emulator interface {
40 // SetId sets our identity.
41 SetId(name string, version string)
42
43 // SendRaw sends raw data to the consumer. This bypasses the normal encoding,
44 // so it should be used with caution.

Callers 1

NewMockTermFunction · 0.65

Implementers 1

emulatorvt/emulate.go

Calls

no outgoing calls

Tested by

no test coverage detected