Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
def
truthifier(value):
24
return
"ON"
if
value
else
"OFF"
25
26
27
def
or_else(value, default):
Callers
1
_gen_defs
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected