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