MCPcopy Create free account
hub / github.com/encodeous/nylon / String

Method String

polyamide/device/device_test.go:111–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109)
110
111func (d SendDirection) String() string {
112 if d == Ping {
113 return "ping"
114 }
115 return "pong"
116}
117
118func (pair *testPair) Send(tb testing.TB, ping SendDirection, done chan struct{}) {
119 tb.Helper()

Callers 1

uapiCfgFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected