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

Method parseFunction

source/python.js:18944–18946  ·  view source on GitHub ↗
(/* val */)

Source from the content-addressed store, hash-verified

18942 }
18943 }
18944 parseFunction(/* val */) {
18945 return null;
18946 }
18947 parseIValue(ivalue) {
18948 if (ivalue.val) {
18949 const callback = this._ivalue_parsers.get(ivalue.val.constructor);

Callers 1

parseAndPopulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected