MCPcopy
hub / github.com/lutzroeder/netron / has_record

Method has_record

source/python.js:9789–9791  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

9787 }
9788 }
9789 has_record(name) {
9790 return this._records.has(name);
9791 }
9792 get_record(name) {
9793 if (!this.has_record(name)) {
9794 throw new python.Error(`Record '${name}' not found.`);

Callers 6

initMethod · 0.80
get_recordMethod · 0.80
constructorMethod · 0.80
deserializeMethod · 0.80
LEGACY_deserializeMethod · 0.80
readMethod · 0.80

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected