Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ toBool
Method
toBool
source/python.js:13323–13325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13321
return
this.tag ===
'Bool'
;
13322
}
13323
toBool() {
13324
return
this.value;
13325
}
13326
isObject() {
13327
return
this.tag ===
'Object'
;
13328
}
Callers
4
equals
Method · 0.80
constructor
Method · 0.80
emitCondExpr
Method · 0.80
unpack
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected