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

Method get_all_records

source/python.js:9798–9800  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9796 return this._records.get(name);
9797 }
9798 get_all_records() {
9799 return Array.from(this._records.keys());
9800 }
9801 version() {
9802 return this._version;
9803 }

Callers 3

constructorMethod · 0.80
deserializeMethod · 0.80
readMethod · 0.80

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected