MCPcopy Create free account
hub / github.com/apache/arrow / truthifier

Function truthifier

dev/archery/archery/lang/cpp.py:23–24  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

21
22
23def truthifier(value):
24 return "ON" if value else "OFF"
25
26
27def or_else(value, default):

Callers 1

_gen_defsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected