Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
218
func
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
Execute
Method · 0.85
Execute
Method · 0.85
Execute
Method · 0.85
Execute
Method · 0.85
Execute
Method · 0.85
Execute
Method · 0.85
Execute
Method · 0.85
Calls
1
Printable
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…