MCPcopy Index your code
hub / github.com/lutzroeder/netron / isDouble

Method isDouble

source/python.js:13338–13340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13336 return this.value;
13337 }
13338 isDouble() {
13339 return this.tag === 'Double';
13340 }
13341 toDouble() {
13342 return this.value;
13343 }

Callers 3

equalsMethod · 0.80
constructorMethod · 0.80
unpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected