MCPcopy
hub / github.com/tinylib/msgp / IsPrintable

Function IsPrintable

gen/elem.go:218–223  ·  view source on GitHub ↗
(e Elem)

Source from the content-addressed store, hash-verified

216}
217
218func IsPrintable(e Elem) bool {
219 if be, ok := e.(*BaseElem); ok && !be.Printable() {
220 return false
221 }
222 return true
223}
224
225// Elem is a go type capable of being
226// serialized into MessagePack. It is

Callers 7

ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85

Calls 1

PrintableMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…