Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.80
deserialize
Method · 0.80
read
Method · 0.80
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected